File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ require (
12
12
github.com/bazelbuild/buildtools v0.0.0-20240918101019-be1c24cc9a44
13
13
github.com/creasty/defaults v1.8.0
14
14
github.com/deckarep/golang-set/v2 v2.8.0
15
- github.com/spf13/cobra v1.10.0
15
+ github.com/spf13/cobra v1.10.1
16
16
github.com/stretchr/testify v1.11.1
17
17
golang.org/x/exp v0.0.0-20250819193227-8b4c13bb791b
18
18
golang.org/x/text v0.28.0
@@ -23,7 +23,7 @@ require (
23
23
github.com/davecgh/go-spew v1.1.1 // indirect
24
24
github.com/inconshreveable/mousetrap v1.1.0 // indirect
25
25
github.com/pmezard/go-difflib v1.0.0 // indirect
26
- github.com/spf13/pflag v1.0.8 // indirect
26
+ github.com/spf13/pflag v1.0.9 // indirect
27
27
golang.org/x/mod v0.27.0 // indirect
28
28
golang.org/x/sys v0.26.0 // indirect
29
29
golang.org/x/tools/go/vcs v0.1.0-deprecated // indirect
Original file line number Diff line number Diff line change @@ -20,10 +20,10 @@ github.com/inconshreveable/mousetrap v1.1.0/go.mod h1:vpF70FUmC8bwa3OWnCshd2FqLf
20
20
github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM =
21
21
github.com/pmezard/go-difflib v1.0.0 /go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4 =
22
22
github.com/russross/blackfriday/v2 v2.1.0 /go.mod h1:+Rmxgy9KzJVeS9/2gXHxylqXiyQDYRxCVz55jmeOWTM =
23
- github.com/spf13/cobra v1.10.0 h1:a5/WeUlSDCvV5a45ljW2ZFtV0bTDpkfSAj3uqB6Sc+0 =
24
- github.com/spf13/cobra v1.10.0 /go.mod h1:9dhySC7dnTtEiqzmqfkLj47BslqLCUPMXjG2lj/NgoE =
25
- github.com/spf13/pflag v1.0.8 h1:/v546uKZ4gFGHpyXvV6CNKDeJBu4l5PRvxwQvdWrc0I =
26
- github.com/spf13/pflag v1.0.8 /go.mod h1:McXfInJRrz4CZXVZOBLb0bTZqETkiAhM9Iw0y3An2Bg =
23
+ github.com/spf13/cobra v1.10.1 h1:lJeBwCfmrnXthfAupyUTzJ/J4Nc1RsHC/mSRU2dll/s =
24
+ github.com/spf13/cobra v1.10.1 /go.mod h1:7SmJGaTHFVBY0jW4NXGluQoLvhqFQM+6XSKD+P4XaB0 =
25
+ github.com/spf13/pflag v1.0.9 h1:9exaQaMOCwffKiiiYk6/BndUBv+iRViNW+4lEMi0PvY =
26
+ github.com/spf13/pflag v1.0.9 /go.mod h1:McXfInJRrz4CZXVZOBLb0bTZqETkiAhM9Iw0y3An2Bg =
27
27
github.com/stretchr/testify v1.11.1 h1:7s2iGBzp5EwR7/aIZr8ao5+dra3wiQyKjjFuvgVKu7U =
28
28
github.com/stretchr/testify v1.11.1 /go.mod h1:wZwfW3scLgRK+23gO65QZefKpKQRnfz6sD981Nm4B6U =
29
29
golang.org/x/exp v0.0.0-20250819193227-8b4c13bb791b h1:DXr+pvt3nC887026GRP39Ej11UATqWDmWuS99x26cD0 =
You can’t perform that action at this time.
0 commit comments