mirror of
https://github.com/spf13/cobra
synced 2024-11-05 05:17:12 +00:00
8afe9d1b56
Bumps [github.com/cpuguy83/go-md2man/v2](https://github.com/cpuguy83/go-md2man) from 2.0.1 to 2.0.2. - [Release notes](https://github.com/cpuguy83/go-md2man/releases) - [Commits](https://github.com/cpuguy83/go-md2man/compare/v2.0.1...v2.0.2) --- updated-dependencies: - dependency-name: github.com/cpuguy83/go-md2man/v2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
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.2
|
|
github.com/inconshreveable/mousetrap v1.0.0
|
|
github.com/spf13/pflag v1.0.5
|
|
gopkg.in/yaml.v2 v2.4.0
|
|
)
|