mirror of https://github.com/docker/cli.git
Merge pull request #4595 from thaJeztah/23.0_backport_update_md2man
[23.0 backport] update go-md2man to v2.0.3
This commit is contained in:
commit
9c25cb58dc
|
@ -7,7 +7,7 @@ go 1.16
|
||||||
|
|
||||||
//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.1
|
// github.com/cpuguy83/go-md2man/v2 v2.0.3
|
||||||
// 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.1}"
|
: "${MD2MAN_VERSION=v2.0.3}"
|
||||||
|
|
||||||
export GO111MODULE=auto
|
export GO111MODULE=auto
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue