Skip to content

Commit 82410b8

Browse files
authored
Merge pull request #131 from github/dependabot/go_modules/github.com/spf13/cobra-1.9.1
Bump github.com/spf13/cobra from 1.8.1 to 1.9.1
2 parents b14ea1f + 3ed5fdc commit 82410b8

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

.licenses/go/github.com/spf13/cobra.dep.yml

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

.licenses/go/github.com/spf13/pflag.dep.yml

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

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)