spf13--cobra/go.mod
Olivier Robardet 24781b046a
Use afero as underlying FS for manpage generation
It helps softwares using cobra's manpage generation to write tests
2022-04-21 16:46:17 +02:00

12 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/afero v1.8.2
github.com/spf13/pflag v1.0.5
gopkg.in/yaml.v2 v2.4.0
)