Skip to content

Commit f40b831

Browse files
authored
Merge pull request #74 from kubero-dev/dependabot/go_modules/github.com/spf13/cobra-1.10.1
Bump github.com/spf13/cobra from 1.9.1 to 1.10.1
2 parents c0cbfda + 428cc34 commit f40b831

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

go.mod

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ module kubero
22

33
go 1.23.0
44

5-
toolchain go1.23.5
5+
toolchain go1.24.1
66

77
require (
88
github.com/go-git/go-billy/v5 v5.6.2
@@ -13,8 +13,8 @@ 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
17-
github.com/spf13/viper v1.20.0
16+
github.com/spf13/cobra v1.10.1
17+
github.com/spf13/viper v1.20.1
1818
gopkg.in/yaml.v3 v3.0.1
1919
gorm.io/gorm v1.25.12
2020
)
@@ -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.39.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: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -176,12 +176,12 @@ 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=
183-
github.com/spf13/viper v1.20.0 h1:zrxIyR3RQIOsarIrgL8+sAvALXul9jeEPa06Y0Ph6vY=
184-
github.com/spf13/viper v1.20.0/go.mod h1:P9Mdzt1zoHIG8m2eZQinpiBjo6kCmZSKBClNNqjJvu4=
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=
183+
github.com/spf13/viper v1.20.1 h1:ZMi+z/lvLyPSCoNtFCpqjy0S4kPbirhpTMwl8BkW9X4=
184+
github.com/spf13/viper v1.20.1/go.mod h1:P9Mdzt1zoHIG8m2eZQinpiBjo6kCmZSKBClNNqjJvu4=
185185
github.com/stretchr/objx v0.1.0/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME=
186186
github.com/stretchr/testify v1.2.2/go.mod h1:a8OnRcib4nhh0OaRAV+Yts87kKdq0PP7pXfy6kDkUVs=
187187
github.com/stretchr/testify v1.3.0/go.mod h1:M5WIy9Dh21IEIfnGCwXGc5bZfKNJtfHm1UVUgZn+9EI=

0 commit comments

Comments
 (0)