diff --git a/docs/go.mod b/docs/go.mod index 82b428db7e..66010b7e9e 100644 --- a/docs/go.mod +++ b/docs/go.mod @@ -7,7 +7,7 @@ go 1.16 //require ( // 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 => ../ diff --git a/scripts/docs/generate-yaml.sh b/scripts/docs/generate-yaml.sh index 1a4cd8c0cb..8f5ee3b809 100755 --- a/scripts/docs/generate-yaml.sh +++ b/scripts/docs/generate-yaml.sh @@ -2,7 +2,7 @@ set -eu -: "${CLI_DOCS_TOOL_VERSION=v0.3.1}" +: "${CLI_DOCS_TOOL_VERSION=v0.5.0}" export GO111MODULE=auto