diff --git a/man/go.mod b/man/go.mod index c3c1e45166e2..ee79952d0143 100644 --- a/man/go.mod +++ b/man/go.mod @@ -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 //) diff --git a/scripts/docs/generate-man.sh b/scripts/docs/generate-man.sh index 47ebcedb8552..711041b6d399 100755 --- a/scripts/docs/generate-man.sh +++ b/scripts/docs/generate-man.sh @@ -2,7 +2,7 @@ set -eu -: "${MD2MAN_VERSION=v2.0.4}" +: "${MD2MAN_VERSION=v2.0.5}" export GO111MODULE=auto