vendor/github.com/spf13/cobra/go.mod
changeset 260 445e01aede7e
parent 256 6d9efbef00a9
child 265 05c40b36d3b2
equal deleted inserted replaced
259:db4911b0c721 260:445e01aede7e
     1 module github.com/spf13/cobra
     1 module github.com/spf13/cobra
     2 
     2 
     3 go 1.14
     3 go 1.15
     4 
     4 
     5 require (
     5 require (
     6 	github.com/cpuguy83/go-md2man/v2 v2.0.0
     6 	github.com/cpuguy83/go-md2man/v2 v2.0.2
     7 	github.com/inconshreveable/mousetrap v1.0.0
     7 	github.com/inconshreveable/mousetrap v1.0.0
     8 	github.com/spf13/pflag v1.0.5
     8 	github.com/spf13/pflag v1.0.5
     9 	github.com/spf13/viper v1.8.1
       
    10 	gopkg.in/yaml.v2 v2.4.0
     9 	gopkg.in/yaml.v2 v2.4.0
    11 )
    10 )