2019-03-20 22:21:26 +01:00
|
|
|
module github.com/spf13/cobra
|
|
|
|
|
2023-04-04 04:17:45 +02:00
|
|
|
go 1.16
|
2019-03-20 22:21:26 +01:00
|
|
|
|
|
|
|
require (
|
2023-04-04 04:17:45 +02:00
|
|
|
github.com/BurntSushi/toml v1.0.0
|
2023-10-16 10:50:33 +00:00
|
|
|
github.com/cpuguy83/go-md2man/v2 v2.0.3
|
2023-01-03 02:43:06 +00:00
|
|
|
github.com/inconshreveable/mousetrap v1.1.0
|
2023-04-04 04:17:45 +02:00
|
|
|
github.com/nicksnyder/go-i18n/v2 v2.2.1
|
2020-07-13 19:55:00 +02:00
|
|
|
github.com/spf13/pflag v1.0.5
|
2023-04-04 04:35:32 +02:00
|
|
|
golang.org/x/text v0.4.0
|
2022-08-14 00:18:46 +02:00
|
|
|
gopkg.in/yaml.v3 v3.0.1
|
2019-03-20 22:21:26 +01:00
|
|
|
)
|