2021-01-21 15:18:17 +01:00
|
|
|
module github.com/spf13/cobra
|
|
|
|
|
2022-01-07 20:20:48 +01:00
|
|
|
go 1.15
|
2021-01-21 15:18:17 +01:00
|
|
|
|
|
|
|
require (
|
2022-01-07 20:20:48 +01:00
|
|
|
github.com/cpuguy83/go-md2man/v2 v2.0.1
|
2021-01-21 15:18:17 +01:00
|
|
|
github.com/inconshreveable/mousetrap v1.0.0
|
|
|
|
github.com/spf13/pflag v1.0.5
|
2022-01-07 20:20:48 +01:00
|
|
|
github.com/spf13/viper v1.10.0
|
|
|
|
gopkg.in/yaml.v2 v2.4.0
|
2021-01-21 15:18:17 +01:00
|
|
|
)
|