2019-03-20 22:21:26 +01:00
|
|
|
module github.com/spf13/cobra
|
|
|
|
|
2021-08-26 04:18:53 +01:00
|
|
|
go 1.15
|
2019-03-20 22:21:26 +01:00
|
|
|
|
|
|
|
require (
|
2021-08-05 19:08:25 +02:00
|
|
|
github.com/cpuguy83/go-md2man/v2 v2.0.1
|
2019-03-20 22:21:26 +01:00
|
|
|
github.com/inconshreveable/mousetrap v1.0.0
|
2021-10-20 22:59:44 -05:00
|
|
|
github.com/kyoh86/richgo v0.3.9 // indirect
|
|
|
|
github.com/mattn/go-isatty v0.0.14 // indirect
|
2020-07-13 19:55:00 +02:00
|
|
|
github.com/spf13/pflag v1.0.5
|
2021-06-30 15:45:46 -06:00
|
|
|
github.com/spf13/viper v1.8.1
|
2021-10-20 22:59:44 -05:00
|
|
|
golang.org/x/sys v0.0.0-20211020174200-9d6173849985 // indirect
|
2021-02-01 12:44:33 -07:00
|
|
|
gopkg.in/yaml.v2 v2.4.0
|
2019-03-20 22:21:26 +01:00
|
|
|
)
|