Skip to content

Commit

Permalink
Update module github.com/spf13/cobra to v1.2.1 (#14)
Browse files Browse the repository at this point in the history
* Update module github.com/spf13/cobra to v1.2.1

* go mod tidy

Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: kouki <kouworld0123@gmail.com>
  • Loading branch information
3 people committed Aug 20, 2021
1 parent 0435431 commit 56535b0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 82 deletions.
4 changes: 2 additions & 2 deletions go.mod
Expand Up @@ -5,8 +5,8 @@ go 1.14
require (
github.com/kr/text v0.2.0 // indirect
github.com/mitchellh/go-homedir v1.1.0
github.com/spf13/cobra v1.1.3
github.com/spf13/viper v1.8.0
github.com/spf13/cobra v1.2.1
github.com/spf13/viper v1.8.1
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
Expand Down

0 comments on commit 56535b0

Please sign in to comment.