mirror of
https://github.com/spf13/cobra
synced 2024-11-05 05:17:12 +00:00
4fd30b69ee
* ci: test golang 1.16.x too * ci: style * ci: test golang 1.17.x too * bump go.mod to 1.15 * run gofmt
11 lines
225 B
Modula-2
11 lines
225 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/spf13/pflag v1.0.5
|
|
github.com/spf13/viper v1.8.1
|
|
gopkg.in/yaml.v2 v2.4.0
|
|
)
|