vendor/github.com/spf13/cobra/go.mod
changeset 256 6d9efbef00a9
parent 251 1c52a0eeb952
child 260 445e01aede7e
equal deleted inserted replaced
255:4f153a23adab 256:6d9efbef00a9
     1 module github.com/spf13/cobra
     1 module github.com/spf13/cobra
     2 
     2 
     3 go 1.12
     3 go 1.14
     4 
     4 
     5 require (
     5 require (
     6 	github.com/BurntSushi/toml v0.3.1 // indirect
     6 	github.com/cpuguy83/go-md2man/v2 v2.0.0
     7 	github.com/cpuguy83/go-md2man v1.0.10
       
     8 	github.com/inconshreveable/mousetrap v1.0.0
     7 	github.com/inconshreveable/mousetrap v1.0.0
     9 	github.com/mitchellh/go-homedir v1.1.0
     8 	github.com/spf13/pflag v1.0.5
    10 	github.com/spf13/pflag v1.0.3
     9 	github.com/spf13/viper v1.8.1
    11 	github.com/spf13/viper v1.3.2
    10 	gopkg.in/yaml.v2 v2.4.0
    12 	gopkg.in/yaml.v2 v2.2.2
       
    13 )
    11 )