swh:1:snp:28771fd19fbd095affe3ca0abb8d9cd9b2fb17de
Raw File
Tip revision: 5a1acea3210649f3d70002818ec04b09f6347062 authored by dependabot[bot] on 13 April 2024, 02:21:03 UTC
build(deps): bump github.com/cpuguy83/go-md2man/v2 from 2.0.3 to 2.0.4 (#2127)
Tip revision: 5a1acea
go.mod
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
)
back to top