Skip to content

Commit 73886bd

Browse files
Bump github.com/spf13/cobra from 1.9.1 to 1.10.1
Bumps [github.com/spf13/cobra](https://github.com/spf13/cobra) from 1.9.1 to 1.10.1. - [Release notes](https://github.com/spf13/cobra/releases) - [Commits](spf13/cobra@v1.9.1...v1.10.1) --- updated-dependencies: - dependency-name: github.com/spf13/cobra dependency-version: 1.10.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent e2029d9 commit 73886bd

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

go.mod

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ require (
1313
github.com/leaanthony/spinner v0.5.4
1414
github.com/olekukonko/tablewriter v0.0.5
1515
github.com/pkg/browser v0.0.0-20240102092130-5ac0b6a4141c
16-
github.com/spf13/cobra v1.9.1
16+
github.com/spf13/cobra v1.10.1
1717
github.com/spf13/viper v1.20.0
1818
gopkg.in/yaml.v3 v3.0.1
1919
gorm.io/gorm v1.25.12
@@ -68,7 +68,7 @@ require (
6868
github.com/sourcegraph/conc v0.3.0 // indirect
6969
github.com/spf13/afero v1.14.0 // indirect
7070
github.com/spf13/cast v1.7.1 // indirect
71-
github.com/spf13/pflag v1.0.6
71+
github.com/spf13/pflag v1.0.9
7272
github.com/subosito/gotenv v1.6.0 // indirect
7373
github.com/x448/float16 v0.8.4 // indirect
7474
github.com/xanzy/ssh-agent v0.3.3 // indirect
@@ -79,7 +79,7 @@ require (
7979
golang.org/x/net v0.37.0 // indirect
8080
golang.org/x/oauth2 v0.28.0 // indirect
8181
golang.org/x/sys v0.33.0 // indirect
82-
golang.org/x/term v0.32.0 // indirect
82+
golang.org/x/term v0.32.0
8383
golang.org/x/text v0.25.0 // indirect
8484
golang.org/x/time v0.11.0 // indirect
8585
gopkg.in/inf.v0 v0.9.1 // indirect

go.sum

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -176,10 +176,10 @@ github.com/spf13/afero v1.14.0 h1:9tH6MapGnn/j0eb0yIXiLjERO8RB6xIVZRDCX7PtqWA=
176176
github.com/spf13/afero v1.14.0/go.mod h1:acJQ8t0ohCGuMN3O+Pv0V0hgMxNYDlvdk+VTfyZmbYo=
177177
github.com/spf13/cast v1.7.1 h1:cuNEagBQEHWN1FnbGEjCXL2szYEXqfJPbP2HNUaca9Y=
178178
github.com/spf13/cast v1.7.1/go.mod h1:ancEpBxwJDODSW/UG4rDrAqiKolqNNh2DX3mk86cAdo=
179-
github.com/spf13/cobra v1.9.1 h1:CXSaggrXdbHK9CF+8ywj8Amf7PBRmPCOJugH954Nnlo=
180-
github.com/spf13/cobra v1.9.1/go.mod h1:nDyEzZ8ogv936Cinf6g1RU9MRY64Ir93oCnqb9wxYW0=
181-
github.com/spf13/pflag v1.0.6 h1:jFzHGLGAlb3ruxLB8MhbI6A8+AQX/2eW4qeyNZXNp2o=
182-
github.com/spf13/pflag v1.0.6/go.mod h1:McXfInJRrz4CZXVZOBLb0bTZqETkiAhM9Iw0y3An2Bg=
179+
github.com/spf13/cobra v1.10.1 h1:lJeBwCfmrnXthfAupyUTzJ/J4Nc1RsHC/mSRU2dll/s=
180+
github.com/spf13/cobra v1.10.1/go.mod h1:7SmJGaTHFVBY0jW4NXGluQoLvhqFQM+6XSKD+P4XaB0=
181+
github.com/spf13/pflag v1.0.9 h1:9exaQaMOCwffKiiiYk6/BndUBv+iRViNW+4lEMi0PvY=
182+
github.com/spf13/pflag v1.0.9/go.mod h1:McXfInJRrz4CZXVZOBLb0bTZqETkiAhM9Iw0y3An2Bg=
183183
github.com/spf13/viper v1.20.0 h1:zrxIyR3RQIOsarIrgL8+sAvALXul9jeEPa06Y0Ph6vY=
184184
github.com/spf13/viper v1.20.0/go.mod h1:P9Mdzt1zoHIG8m2eZQinpiBjo6kCmZSKBClNNqjJvu4=
185185
github.com/stretchr/objx v0.1.0/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME=

0 commit comments

Comments
 (0)