From 6eec719d391bbc71a7694530043441ffe7b8a647 Mon Sep 17 00:00:00 2001 From: Sebastiaan van Stijn Date: Wed, 17 Aug 2022 16:56:44 +0200 Subject: [PATCH] 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 --- docs/go.mod | 2 +- scripts/docs/generate-yaml.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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