2020-08-15 14:44:17 +00:00
|
|
|
module github.com/spf13/cobra/cobra
|
|
|
|
|
|
|
|
go 1.12
|
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/mitchellh/go-homedir v1.1.0
|
2020-08-23 17:45:41 +00:00
|
|
|
github.com/spf13/cobra v1.0.0
|
2020-08-15 14:44:17 +00:00
|
|
|
github.com/spf13/viper v1.7.0
|
|
|
|
)
|
|
|
|
|
|
|
|
replace github.com/spf13/cobra => ../
|