File tree 3 files changed +2
-7
lines changed
3 files changed +2
-7
lines changed Original file line number Diff line number Diff line change @@ -21,15 +21,14 @@ require (
21
21
22
22
require (
23
23
github.com/briandowns/spinner v1.23.0
24
+ github.com/stretchr/testify v1.9.0
24
25
github.com/withfig/autocomplete-tools/integrations/cobra v1.2.1
25
26
)
26
27
27
28
require (
28
29
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
29
30
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
30
31
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
33
32
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
34
33
)
35
34
@@ -56,7 +55,7 @@ require (
56
55
go.uber.org/multierr v1.11.0 // indirect
57
56
golang.org/x/exp v0.0.0-20231110203233-9a3e6036ecaa // indirect
58
57
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
60
59
golang.org/x/text v0.14.0 // indirect
61
60
gopkg.in/ini.v1 v1.67.0 // indirect
62
61
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
243
243
golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9 /go.mod h1:LzIPMQfyMNhhGPhUkYOs5KpL4U8rLKemX1yGLhDgUto =
244
244
golang.org/x/crypto v0.0.0-20210421170649-83a5a9bb288b /go.mod h1:T9bdIzuCu7OtxOm1hfPfRQxPLYneinmdGuTeoZ9dtd4 =
245
245
golang.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 =
248
246
golang.org/x/exp v0.0.0-20190121172915-509febef88a4 /go.mod h1:CJ0aWSM057203Lf6IL+f9T1iT9GByDxfZKAQTCR3kQA =
249
247
golang.org/x/exp v0.0.0-20190306152737-a1d7652674e8 /go.mod h1:CJ0aWSM057203Lf6IL+f9T1iT9GByDxfZKAQTCR3kQA =
250
248
golang.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
150
150
# go.uber.org/multierr v1.11.0
151
151
## explicit; go 1.19
152
152
go.uber.org/multierr
153
- # golang.org/x/crypto v0.22.0
154
- ## explicit; go 1.18
155
153
# golang.org/x/exp v0.0.0-20231110203233-9a3e6036ecaa
156
154
## explicit; go 1.20
157
155
golang.org/x/exp/constraints
You can’t perform that action at this time.
0 commit comments