mirror of
https://github.com/spf13/cobra
synced 2025-04-28 01:27:23 +00:00
13 lines
296 B
Modula-2
13 lines
296 B
Modula-2
module github.com/spf13/cobra
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/BurntSushi/toml v1.0.0
|
|
github.com/cpuguy83/go-md2man/v2 v2.0.3
|
|
github.com/inconshreveable/mousetrap v1.1.0
|
|
github.com/nicksnyder/go-i18n/v2 v2.2.1
|
|
github.com/spf13/pflag v1.0.5
|
|
golang.org/x/text v0.4.0
|
|
gopkg.in/yaml.v3 v3.0.1
|
|
)
|