Skip to content

Commit 69e783f

Browse files
author
anna-cross
committed
lint
1 parent b5c871a commit 69e783f

File tree

3 files changed

+2
-7
lines changed

3 files changed

+2
-7
lines changed

go.mod

+2-3
Original file line numberDiff line numberDiff line change
@@ -21,15 +21,14 @@ require (
2121

2222
require (
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

2728
require (
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

go.sum

-2
Original file line numberDiff line numberDiff line change
@@ -243,8 +243,6 @@ golang.org/x/crypto v0.0.0-20191011191535-87dc89f01550/go.mod h1:yigFU9vqHzYiE8U
243243
golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9/go.mod h1:LzIPMQfyMNhhGPhUkYOs5KpL4U8rLKemX1yGLhDgUto=
244244
golang.org/x/crypto v0.0.0-20210421170649-83a5a9bb288b/go.mod h1:T9bdIzuCu7OtxOm1hfPfRQxPLYneinmdGuTeoZ9dtd4=
245245
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=
248246
golang.org/x/exp v0.0.0-20190121172915-509febef88a4/go.mod h1:CJ0aWSM057203Lf6IL+f9T1iT9GByDxfZKAQTCR3kQA=
249247
golang.org/x/exp v0.0.0-20190306152737-a1d7652674e8/go.mod h1:CJ0aWSM057203Lf6IL+f9T1iT9GByDxfZKAQTCR3kQA=
250248
golang.org/x/exp v0.0.0-20190510132918-efd6b22b2522/go.mod h1:ZjyILWgesfNpC6sMxTJOJm9Kp84zZh5NQWvqDGG3Qr8=

vendor/modules.txt

-2
Original file line numberDiff line numberDiff 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
152152
go.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
157155
golang.org/x/exp/constraints

0 commit comments

Comments
 (0)