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:
Sebastiaan van Stijn 2022-08-17 16:56:44 +02:00
parent 8ffaab8bb6
commit 6eec719d39
No known key found for this signature in database
GPG Key ID: 76698F39D527CE8C
2 changed files with 2 additions and 2 deletions

View File

@ -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 => ../

View File

@ -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