Skip to content

Commit e44b214

Browse files
committed
Bump github.com/spf13/cobra
1 parent 0bd5dd1 commit e44b214

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ require (
3131
github.com/rogpeppe/go-internal v1.14.1
3232
github.com/schollz/closestmatch v2.1.0+incompatible
3333
github.com/sirupsen/logrus v1.9.3
34-
github.com/spf13/cobra v1.9.1
34+
github.com/spf13/cobra v1.10.1
3535
github.com/spf13/viper v1.20.1
3636
github.com/stretchr/testify v1.11.0
3737
github.com/xeipuuv/gojsonschema v1.2.0
@@ -86,7 +86,7 @@ require (
8686
github.com/sourcegraph/conc v0.3.0 // indirect
8787
github.com/spf13/afero v1.12.0 // indirect
8888
github.com/spf13/cast v1.7.1 // indirect
89-
github.com/spf13/pflag v1.0.6 // indirect
89+
github.com/spf13/pflag v1.0.9 // indirect
9090
github.com/subosito/gotenv v1.6.0 // indirect
9191
github.com/ulikunitz/xz v0.5.12 // indirect
9292
github.com/xanzy/ssh-agent v0.3.3 // indirect

go.sum

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -167,8 +167,12 @@ github.com/spf13/cast v1.7.1 h1:cuNEagBQEHWN1FnbGEjCXL2szYEXqfJPbP2HNUaca9Y=
167167
github.com/spf13/cast v1.7.1/go.mod h1:ancEpBxwJDODSW/UG4rDrAqiKolqNNh2DX3mk86cAdo=
168168
github.com/spf13/cobra v1.9.1 h1:CXSaggrXdbHK9CF+8ywj8Amf7PBRmPCOJugH954Nnlo=
169169
github.com/spf13/cobra v1.9.1/go.mod h1:nDyEzZ8ogv936Cinf6g1RU9MRY64Ir93oCnqb9wxYW0=
170+
github.com/spf13/cobra v1.10.1 h1:lJeBwCfmrnXthfAupyUTzJ/J4Nc1RsHC/mSRU2dll/s=
171+
github.com/spf13/cobra v1.10.1/go.mod h1:7SmJGaTHFVBY0jW4NXGluQoLvhqFQM+6XSKD+P4XaB0=
170172
github.com/spf13/pflag v1.0.6 h1:jFzHGLGAlb3ruxLB8MhbI6A8+AQX/2eW4qeyNZXNp2o=
171173
github.com/spf13/pflag v1.0.6/go.mod h1:McXfInJRrz4CZXVZOBLb0bTZqETkiAhM9Iw0y3An2Bg=
174+
github.com/spf13/pflag v1.0.9 h1:9exaQaMOCwffKiiiYk6/BndUBv+iRViNW+4lEMi0PvY=
175+
github.com/spf13/pflag v1.0.9/go.mod h1:McXfInJRrz4CZXVZOBLb0bTZqETkiAhM9Iw0y3An2Bg=
172176
github.com/spf13/viper v1.20.1 h1:ZMi+z/lvLyPSCoNtFCpqjy0S4kPbirhpTMwl8BkW9X4=
173177
github.com/spf13/viper v1.20.1/go.mod h1:P9Mdzt1zoHIG8m2eZQinpiBjo6kCmZSKBClNNqjJvu4=
174178
github.com/stretchr/objx v0.1.0/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME=

0 commit comments

Comments
 (0)