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