mirror of
https://github.com/spf13/cobra
synced 2024-11-16 18:57:08 +00:00
14 lines
383 B
Modula-2
14 lines
383 B
Modula-2
module github.com/spf13/cobra
|
|
|
|
go 1.15
|
|
|
|
require (
|
|
github.com/cpuguy83/go-md2man/v2 v2.0.1
|
|
github.com/inconshreveable/mousetrap v1.0.0
|
|
github.com/kyoh86/richgo v0.3.9 // indirect
|
|
github.com/mattn/go-isatty v0.0.14 // indirect
|
|
github.com/spf13/pflag v1.0.5
|
|
github.com/spf13/viper v1.8.1
|
|
golang.org/x/sys v0.0.0-20211020174200-9d6173849985 // indirect
|
|
gopkg.in/yaml.v2 v2.4.0
|
|
)
|