mirror of
https://github.com/spf13/cobra
synced 2024-11-24 14:47:12 +00:00
bugfix/cli: Temporary fix for go get on cobra cli (#1200)
PR #1139 introduced a complexity that will have to be taken into account as we figure out our release pipeline. This fix pins to cobrav1.0.0 as a temporary workaround. fixes: #1191
This commit is contained in:
parent
8cfa4b4acf
commit
9ed1d713d6
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ go 1.12
|
|||
|
||||
require (
|
||||
github.com/mitchellh/go-homedir v1.1.0
|
||||
github.com/spf13/cobra v0.0.0
|
||||
github.com/spf13/cobra v1.0.0
|
||||
github.com/spf13/viper v1.7.0
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in a new issue