File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -6,15 +6,15 @@ require (
66 github.com/joemiller/certin v0.3.5
77 github.com/spf13/cobra v1.8.0
88 github.com/stretchr/testify v1.9.0
9- golang.org/x/crypto v0.24 .0
9+ golang.org/x/crypto v0.25 .0
1010)
1111
1212require (
1313 github.com/davecgh/go-spew v1.1.1 // indirect
1414 github.com/inconshreveable/mousetrap v1.1.0 // indirect
1515 github.com/pmezard/go-difflib v1.0.0 // indirect
1616 github.com/spf13/pflag v1.0.5 // indirect
17- golang.org/x/sys v0.21 .0 // indirect
17+ golang.org/x/sys v0.22 .0 // indirect
1818 gopkg.in/yaml.v3 v3.0.1 // indirect
1919)
2020
Original file line number Diff line number Diff line change @@ -21,12 +21,12 @@ github.com/stretchr/testify v1.8.0/go.mod h1:yNjHg4UonilssWZ8iaSj1OCr/vHnekPRkoO
2121github.com/stretchr/testify v1.8.4 /go.mod h1:sz/lmYIOXD/1dqDmKjjqLyZ2RngseejIcXlSw2iwfAo =
2222github.com/stretchr/testify v1.9.0 h1:HtqpIVDClZ4nwg75+f6Lvsy/wHu+3BoSGCbBAcpTsTg =
2323github.com/stretchr/testify v1.9.0 /go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8C91i36aY =
24- golang.org/x/crypto v0.24 .0 h1:mnl8DM0o513X8fdIkmyFE/5hTYxbwYOjDS/+rK6qpRI =
25- golang.org/x/crypto v0.24 .0 /go.mod h1:Z1PMYSOR5nyMcyAVAIQSKCDwalqy85Aqn1x3Ws4L5DM =
26- golang.org/x/sys v0.21 .0 h1:rF+pYz3DAGSQAxAu1CbC7catZg4ebC4UIeIhKxBZvws =
27- golang.org/x/sys v0.21 .0 /go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA =
28- golang.org/x/term v0.21 .0 h1:WVXCp+/EBEHOj53Rvu+7KiT/iElMrO8ACK16SMZ3jaA =
29- golang.org/x/term v0.21 .0 /go.mod h1:ooXLefLobQVslOqselCNF4SxFAaoS6KujMbsGzSDmX0 =
24+ golang.org/x/crypto v0.25 .0 h1:ypSNr+bnYL2YhwoMt2zPxHFmbAN1KZs/njMG3hxUp30 =
25+ golang.org/x/crypto v0.25 .0 /go.mod h1:T+wALwcMOSE0kXgUAnPAHqTLW+XHgcELELW8VaDgm/M =
26+ golang.org/x/sys v0.22 .0 h1:RI27ohtqKCnwULzJLqkv897zojh5/DwS/ENaMzUOaWI =
27+ golang.org/x/sys v0.22 .0 /go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA =
28+ golang.org/x/term v0.22 .0 h1:BbsgPEJULsl2fV/AT3v15Mjva5yXKQDyKf+TbDz7QJk =
29+ golang.org/x/term v0.22 .0 /go.mod h1:F3qCibpT5AMpCRfhfT53vVJwhLtIVHhB9XDjfFvnMI4 =
3030gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 h1:yhCVgyC4o1eVCa2tZl7eS0r+SDo693bJlVdllGtEeKM =
3131gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 /go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0 =
3232gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c /go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM =
You can’t perform that action at this time.
0 commit comments