...

Text file src/github.com/spf13/cobra/go.mod

Documentation: github.com/spf13/cobra

     1module github.com/spf13/cobra
     2
     3go 1.15
     4
     5require (
     6	github.com/cpuguy83/go-md2man/v2 v2.0.3
     7	github.com/inconshreveable/mousetrap v1.1.0
     8	github.com/spf13/pflag v1.0.5
     9	gopkg.in/yaml.v3 v3.0.1
    10)

View as plain text