Skip to content

Commit 7a9f18a

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

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

go.mod

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ require (
1010
github.com/mitchellh/ioprogress v0.0.0-20180201004757-6a23b12fa88e
1111
github.com/pkg/errors v0.9.1
1212
github.com/sirupsen/logrus v1.9.3
13-
github.com/spf13/cobra v1.8.1
13+
github.com/spf13/cobra v1.9.1
1414
github.com/stretchr/testify v1.10.0
1515
golang.org/x/oauth2 v0.27.0
1616
)
@@ -35,7 +35,7 @@ require (
3535
github.com/pmezard/go-difflib v1.0.0 // indirect
3636
github.com/sergi/go-diff v1.3.2-0.20230802210424-5b0b94c5c0d3 // indirect
3737
github.com/skeema/knownhosts v1.3.0 // indirect
38-
github.com/spf13/pflag v1.0.5 // indirect
38+
github.com/spf13/pflag v1.0.6 // indirect
3939
github.com/xanzy/ssh-agent v0.3.3 // indirect
4040
golang.org/x/crypto v0.32.0 // indirect
4141
golang.org/x/mod v0.19.0 // indirect

go.sum

+5-5
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)