Skip to content

Commit

Permalink
chore(deps): bump github.com/spf13/cobra from 1.3.0 to 1.4.0 (#733)
Browse files Browse the repository at this point in the history
Bumps [github.com/spf13/cobra](https://github.com/spf13/cobra) from 1.3.0 to 1.4.0.
- [Release notes](https://github.com/spf13/cobra/releases)
- [Changelog](https://github.com/spf13/cobra/blob/master/CHANGELOG.md)
- [Commits](spf13/cobra@v1.3.0...v1.4.0)

---
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]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Apr 11, 2022
1 parent 4bb9c19 commit d1531ee
Show file tree
Hide file tree
Showing 9 changed files with 43 additions and 674 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ require (
github.com/olekukonko/tablewriter v0.0.5
github.com/peterbourgon/diskv/v3 v3.0.1
github.com/pkg/errors v0.9.1
github.com/spf13/cobra v1.3.0
github.com/spf13/cobra v1.4.0
github.com/spf13/pflag v1.0.5
github.com/spf13/viper v1.10.1
github.com/stretchr/testify v1.7.0
Expand Down
650 changes: 2 additions & 648 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 @@ -184,7 +184,7 @@ github.com/spf13/afero/mem
# github.com/spf13/cast v1.4.1
## explicit
github.com/spf13/cast
# 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/cobra/doc
Expand Down

0 comments on commit d1531ee

Please sign in to comment.