File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -21,15 +21,14 @@ require (
2121
2222require (
2323 github.com/briandowns/spinner v1.23.0
24+ github.com/stretchr/testify v1.9.0
2425 github.com/withfig/autocomplete-tools/integrations/cobra v1.2.1
2526)
2627
2728require (
2829 github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
2930 github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
3031 github.com/rogpeppe/go-internal v1.11.0 // indirect
31- github.com/stretchr/testify v1.9.0 // indirect
32- golang.org/x/crypto v0.22.0 // indirect
3332 gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
3433)
3534
@@ -56,7 +55,7 @@ require (
5655 go.uber.org/multierr v1.11.0 // indirect
5756 golang.org/x/exp v0.0.0-20231110203233-9a3e6036ecaa // indirect
5857 golang.org/x/sys v0.19.0 // indirect
59- golang.org/x/term v0.19.0 // indirect
58+ golang.org/x/term v0.19.0
6059 golang.org/x/text v0.14.0 // indirect
6160 gopkg.in/ini.v1 v1.67.0 // indirect
6261 gopkg.in/yaml.v3 v3.0.1 // indirect
Original file line number Diff line number Diff line change @@ -243,8 +243,6 @@ golang.org/x/crypto v0.0.0-20191011191535-87dc89f01550/go.mod h1:yigFU9vqHzYiE8U
243243golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9 /go.mod h1:LzIPMQfyMNhhGPhUkYOs5KpL4U8rLKemX1yGLhDgUto =
244244golang.org/x/crypto v0.0.0-20210421170649-83a5a9bb288b /go.mod h1:T9bdIzuCu7OtxOm1hfPfRQxPLYneinmdGuTeoZ9dtd4 =
245245golang.org/x/crypto v0.0.0-20220722155217-630584e8d5aa /go.mod h1:IxCIyHEi3zRg3s0A5j5BB6A9Jmi73HwBIUl50j+osU4 =
246- golang.org/x/crypto v0.22.0 h1:g1v0xeRhjcugydODzvb3mEM9SQ0HGp9s/nh3COQ/C30 =
247- golang.org/x/crypto v0.22.0 /go.mod h1:vr6Su+7cTlO45qkww3VDJlzDn0ctJvRgYbC2NvXHt+M =
248246golang.org/x/exp v0.0.0-20190121172915-509febef88a4 /go.mod h1:CJ0aWSM057203Lf6IL+f9T1iT9GByDxfZKAQTCR3kQA =
249247golang.org/x/exp v0.0.0-20190306152737-a1d7652674e8 /go.mod h1:CJ0aWSM057203Lf6IL+f9T1iT9GByDxfZKAQTCR3kQA =
250248golang.org/x/exp v0.0.0-20190510132918-efd6b22b2522 /go.mod h1:ZjyILWgesfNpC6sMxTJOJm9Kp84zZh5NQWvqDGG3Qr8 =
Original file line number Diff line number Diff line change @@ -150,8 +150,6 @@ github.com/withfig/autocomplete-tools/integrations/cobra
150150# go.uber.org/multierr v1.11.0
151151## explicit; go 1.19
152152go.uber.org/multierr
153- # golang.org/x/crypto v0.22.0
154- ## explicit; go 1.18
155153# golang.org/x/exp v0.0.0-20231110203233-9a3e6036ecaa
156154## explicit; go 1.20
157155golang.org/x/exp/constraints
You can’t perform that action at this time.
0 commit comments