Skip to content

Commit 3f1195e

Browse files
committed
update go-md2man to v2.0.3
full diff: cpuguy83/go-md2man@v2.0.1...v2.0.3 Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
1 parent dcc1610 commit 3f1195e

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)