go.mod 310 B

1234567891011121314
  1. module github.com/spf13/cobra
  2. go 1.12
  3. require (
  4. github.com/BurntSushi/toml v0.3.1 // indirect
  5. github.com/cpuguy83/go-md2man v1.0.10
  6. github.com/inconshreveable/mousetrap v1.0.0
  7. github.com/mitchellh/go-homedir v1.1.0
  8. github.com/spf13/pflag v1.0.3
  9. github.com/spf13/viper v1.3.2
  10. gopkg.in/yaml.v2 v2.2.2
  11. )