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:
Joshua Harshman 2020-08-23 11:45:41 -06:00 committed by GitHub
parent 8cfa4b4acf
commit 9ed1d713d6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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
)