2019-03-20 22:21:26 +01:00
|
|
|
module github.com/spf13/cobra
|
|
|
|
|
2021-02-01 15:59:47 -07:00
|
|
|
go 1.14
|
2019-03-20 22:21:26 +01:00
|
|
|
|
|
|
|
require (
|
2019-10-20 09:17:41 +11:00
|
|
|
github.com/cpuguy83/go-md2man/v2 v2.0.0
|
2019-03-20 22:21:26 +01:00
|
|
|
github.com/inconshreveable/mousetrap v1.0.0
|
2020-09-23 16:26:21 -06:00
|
|
|
github.com/mitchellh/go-homedir v1.1.0
|
2020-07-13 19:55:00 +02:00
|
|
|
github.com/spf13/pflag v1.0.5
|
2020-09-23 16:26:21 -06:00
|
|
|
github.com/spf13/viper v1.7.0
|
2021-02-01 12:44:33 -07:00
|
|
|
gopkg.in/yaml.v2 v2.4.0
|
2019-03-20 22:21:26 +01:00
|
|
|
)
|