spf13--cobra/go.mod

14 lines
338 B
Modula-2
Raw Normal View History

module github.com/spf13/cobra
go 1.12
require (
github.com/BurntSushi/toml v0.3.1 // indirect
github.com/cpuguy83/go-md2man v1.0.10
github.com/inconshreveable/mousetrap v1.0.0
github.com/mitchellh/go-homedir v1.1.0
github.com/spf13/pflag v1.0.3
github.com/spf13/viper v1.3.2
2019-09-08 15:50:22 +02:00
gopkg.in/yaml.v3 v3.0.0-20190905181640-827449938966
)