Merge pull request #5689 from thaJeztah/bump_gomd2man

update go-md2man to v2.0.5
This commit is contained in:
Sebastiaan van Stijn 2024-12-13 02:01:07 +01:00 committed by GitHub
commit 4c2a184aaf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@ go 1.12.0
//require (
// github.com/docker/cli v0.0.0+incompatible
// github.com/cpuguy83/go-md2man/v2 v2.0.4
// github.com/cpuguy83/go-md2man/v2 v2.0.5
// github.com/spf13/cobra v1.2.1
// github.com/spf13/pflag v1.0.5
//)

View File

@ -2,7 +2,7 @@
set -eu
: "${MD2MAN_VERSION=v2.0.4}"
: "${MD2MAN_VERSION=v2.0.5}"
export GO111MODULE=auto