Skip to content

Commit eaa8b57

Browse files
committed
update go-md2man to v2.0.5
full diff: cpuguy83/go-md2man@v2.0.4...v2.0.5 Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
1 parent 2080e09 commit eaa8b57

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.12.0
77

88
//require (
99
// github.com/docker/cli v0.0.0+incompatible
10-
// github.com/cpuguy83/go-md2man/v2 v2.0.4
10+
// github.com/cpuguy83/go-md2man/v2 v2.0.5
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.4}"
5+
: "${MD2MAN_VERSION=v2.0.5}"
66

77
export GO111MODULE=auto
88

0 commit comments

Comments
 (0)