mirror of
https://github.com/spf13/cobra
synced 2024-11-04 21:07:19 +00:00
10 lines
194 B
Modula-2
10 lines
194 B
Modula-2
module github.com/spf13/cobra
|
|
|
|
go 1.15
|
|
|
|
require (
|
|
github.com/cpuguy83/go-md2man/v2 v2.0.4
|
|
github.com/inconshreveable/mousetrap v1.1.0
|
|
github.com/spf13/pflag v1.0.5
|
|
gopkg.in/yaml.v3 v3.0.1
|
|
)
|