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