We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents dcc1610 + 3f1195e commit 26951f7Copy full SHA for 26951f7
2 files changed
man/go.mod
@@ -7,7 +7,7 @@ go 1.16
7
8
//require (
9
// github.com/docker/cli v0.0.0+incompatible
10
-// github.com/cpuguy83/go-md2man/v2 v2.0.1
+// github.com/cpuguy83/go-md2man/v2 v2.0.3
11
// github.com/spf13/cobra v1.2.1
12
// github.com/spf13/pflag v1.0.5
13
//)
scripts/docs/generate-man.sh
@@ -2,7 +2,7 @@
2
3
set -eu
4
5
-: "${MD2MAN_VERSION=v2.0.1}"
+: "${MD2MAN_VERSION=v2.0.3}"
6
export GO111MODULE=auto
0 commit comments