Skip to content

Commit 26951f7

Browse files
authored
Merge pull request #4592 from thaJeztah/update_md2man
update go-md2man to v2.0.3
2 parents dcc1610 + 3f1195e commit 26951f7

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

man/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ go 1.16
77

88
//require (
99
// github.com/docker/cli v0.0.0+incompatible
10-
// github.com/cpuguy83/go-md2man/v2 v2.0.1
10+
// github.com/cpuguy83/go-md2man/v2 v2.0.3
1111
// github.com/spf13/cobra v1.2.1
1212
// github.com/spf13/pflag v1.0.5
1313
//)

scripts/docs/generate-man.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
set -eu
44

5-
: "${MD2MAN_VERSION=v2.0.1}"
5+
: "${MD2MAN_VERSION=v2.0.3}"
66

77
export GO111MODULE=auto
88

0 commit comments

Comments
 (0)