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