Skip to content

Commit

Permalink
bugfix/cli: Temporary fix for go get on cobra cli (#1200)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
jharshman committed Aug 23, 2020
1 parent 8cfa4b4 commit 9ed1d71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cobra/go.mod
Expand Up @@ -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
)

Expand Down

0 comments on commit 9ed1d71

Please sign in to comment.