Skip to content

Commit

Permalink
Merge pull request #1237 from kubernetes-sigs/dependabot/go_modules/g…
Browse files Browse the repository at this point in the history
…ithub.com/spf13/cobra-1.4.0

chore(deps): bump github.com/spf13/cobra from 1.3.0 to 1.4.0
  • Loading branch information
k8s-ci-robot authored Mar 11, 2022
2 parents 8a8c170 + 75f3184 commit 80179be
Show file tree
Hide file tree
Showing 9 changed files with 44 additions and 126 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ require (
github.com/golang/mock v1.6.0
github.com/onsi/ginkgo v1.16.5
github.com/onsi/gomega v1.18.1
github.com/spf13/cobra v1.3.0
github.com/spf13/cobra v1.4.0
github.com/spf13/pflag v1.0.5
github.com/stretchr/testify v1.7.0
golang.org/x/crypto v0.0.0-20220112180741-5e0467b6c7ce
Expand Down
103 changes: 3 additions & 100 deletions go.sum

Large diffs are not rendered by default.

13 changes: 13 additions & 0 deletions vendor/github.com/spf13/cobra/MAINTAINERS

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 2 additions & 7 deletions vendor/github.com/spf13/cobra/Makefile

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

28 changes: 16 additions & 12 deletions vendor/github.com/spf13/cobra/README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions vendor/github.com/spf13/cobra/projects_using_cobra.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 4 additions & 2 deletions vendor/github.com/spf13/cobra/shell_completions.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions vendor/github.com/spf13/cobra/user_guide.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ github.com/prometheus/common/model
github.com/prometheus/procfs
github.com/prometheus/procfs/internal/fs
github.com/prometheus/procfs/internal/util
# github.com/spf13/cobra v1.3.0
# github.com/spf13/cobra v1.4.0
## explicit; go 1.15
github.com/spf13/cobra
# github.com/spf13/pflag v1.0.5
Expand Down

0 comments on commit 80179be

Please sign in to comment.