mirror of https://github.com/docker/cli.git
update cli-docs-tool to v0.5.0
release notes: https://github.com/docker/cli-docs-tool/releases/tag/v0.5.0 full diff: https://github.com/docker/cli-docs-tool/compare/v0.3.1...v0.5.0 Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
parent
8ffaab8bb6
commit
6eec719d39
|
@ -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/docker/cli-docs-tool v0.3.0
|
// github.com/docker/cli-docs-tool v0.5.0
|
||||||
//)
|
//)
|
||||||
//
|
//
|
||||||
//replace github.com/docker/cli v0.0.0+incompatible => ../
|
//replace github.com/docker/cli v0.0.0+incompatible => ../
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
set -eu
|
set -eu
|
||||||
|
|
||||||
: "${CLI_DOCS_TOOL_VERSION=v0.3.1}"
|
: "${CLI_DOCS_TOOL_VERSION=v0.5.0}"
|
||||||
|
|
||||||
export GO111MODULE=auto
|
export GO111MODULE=auto
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue