Skip to content

Commit

Permalink
fix(deps): bump github.com/spf13/cobra from 1.0.0 to 1.1.3
Browse files Browse the repository at this point in the history
Bumps [github.com/spf13/cobra](https://github.com/spf13/cobra) from 1.0.0 to 1.1.3.
- [Release notes](https://github.com/spf13/cobra/releases)
- [Changelog](https://github.com/spf13/cobra/blob/master/CHANGELOG.md)
- [Commits](spf13/cobra@v1.0.0...v1.1.3)

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Feb 22, 2021
1 parent 85d1d1a commit 9fa2e0d
Show file tree
Hide file tree
Showing 2 changed files with 163 additions and 23 deletions.
8 changes: 4 additions & 4 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ require (
github.com/ViRb3/wgcf/openapi v0.0.0-00010101000000-000000000000
github.com/manifoldco/promptui v0.7.0
github.com/pelletier/go-toml v1.7.0 // indirect
github.com/pkg/errors v0.8.0
github.com/spf13/cobra v1.0.0
github.com/spf13/viper v1.6.3
github.com/pkg/errors v0.8.1
github.com/spf13/cobra v1.1.3
github.com/spf13/viper v1.7.0
golang.org/x/crypto v0.0.0-20200406173513-056763e48d71
gopkg.in/yaml.v2 v2.3.0
gopkg.in/yaml.v2 v2.4.0
)

0 comments on commit 9fa2e0d

Please sign in to comment.