update go-md2man to v2.0.5
full diff: https://github.com/cpuguy83/go-md2man/compare/v2.0.4...v2.0.5 Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
parent
2080e09905
commit
eaa8b5716d
@ -7,7 +7,7 @@ go 1.12.0
|
|||||||
|
|
||||||
//require (
|
//require (
|
||||||
// github.com/docker/cli v0.0.0+incompatible
|
// 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/cobra v1.2.1
|
||||||
// github.com/spf13/pflag v1.0.5
|
// github.com/spf13/pflag v1.0.5
|
||||||
//)
|
//)
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
set -eu
|
set -eu
|
||||||
|
|
||||||
: "${MD2MAN_VERSION=v2.0.4}"
|
: "${MD2MAN_VERSION=v2.0.5}"
|
||||||
|
|
||||||
export GO111MODULE=auto
|
export GO111MODULE=auto
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user