mirror of
https://github.com/spf13/cobra
synced 2024-11-05 05:17:12 +00:00
9ed1d713d6
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
11 lines
199 B
Modula-2
11 lines
199 B
Modula-2
module github.com/spf13/cobra/cobra
|
|
|
|
go 1.12
|
|
|
|
require (
|
|
github.com/mitchellh/go-homedir v1.1.0
|
|
github.com/spf13/cobra v1.0.0
|
|
github.com/spf13/viper v1.7.0
|
|
)
|
|
|
|
replace github.com/spf13/cobra => ../
|