Skip to content

Commit e4dd0e1

Browse files
Bump github.com/spf13/cobra from 1.2.1 to 1.10.2
Bumps [github.com/spf13/cobra](https://github.com/spf13/cobra) from 1.2.1 to 1.10.2. - [Release notes](https://github.com/spf13/cobra/releases) - [Commits](spf13/cobra@v1.2.1...v1.10.2) --- updated-dependencies: - dependency-name: github.com/spf13/cobra dependency-version: 1.10.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 002a6cb commit e4dd0e1

2 files changed

Lines changed: 12 additions & 65 deletions

File tree

go.mod

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,21 +4,21 @@ go 1.24.4
44

55
require (
66
github.com/onsi/gomega v1.17.0
7-
github.com/spf13/cobra v1.2.1
7+
github.com/spf13/cobra v1.10.2
88
github.com/spf13/viper v1.9.0
99
)
1010

1111
require (
1212
github.com/fsnotify/fsnotify v1.5.1 // indirect
1313
github.com/hashicorp/hcl v1.0.0 // indirect
14-
github.com/inconshreveable/mousetrap v1.0.0 // indirect
14+
github.com/inconshreveable/mousetrap v1.1.0 // indirect
1515
github.com/magiconair/properties v1.8.5 // indirect
1616
github.com/mitchellh/mapstructure v1.4.2 // indirect
1717
github.com/pelletier/go-toml v1.9.4 // indirect
1818
github.com/spf13/afero v1.6.0 // indirect
1919
github.com/spf13/cast v1.4.1 // indirect
2020
github.com/spf13/jwalterweatherman v1.1.0 // indirect
21-
github.com/spf13/pflag v1.0.5 // indirect
21+
github.com/spf13/pflag v1.0.9 // indirect
2222
github.com/subosito/gotenv v1.2.0 // indirect
2323
golang.org/x/net v0.23.0 // indirect
2424
golang.org/x/sys v0.18.0 // indirect

0 commit comments

Comments
 (0)