diff --git a/docs/generate/go.mod b/docs/generate/go.mod index d62ff45571..325a35b0af 100644 --- a/docs/generate/go.mod +++ b/docs/generate/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.5.0 +// github.com/docker/cli-docs-tool v0.8.0 //) // //replace github.com/docker/cli v0.0.0+incompatible => ../../ diff --git a/scripts/docs/generate-md.sh b/scripts/docs/generate-md.sh index dda38eb212..3fe1ca9176 100755 --- a/scripts/docs/generate-md.sh +++ b/scripts/docs/generate-md.sh @@ -20,7 +20,7 @@ trap clean EXIT # init dummy go.mod ./scripts/vendor init # install cli-docs-tool and copy docs/tools.go in root folder - # to be able to fetch the required depedencies + # to be able to fetch the required dependencies go mod edit -modfile=vendor.mod -require=github.com/docker/cli-docs-tool@${CLI_DOCS_TOOL_VERSION} cp docs/generate/tools.go . # update vendor diff --git a/scripts/docs/generate-yaml.sh b/scripts/docs/generate-yaml.sh index b9b24a771a..c4ed0d567d 100755 --- a/scripts/docs/generate-yaml.sh +++ b/scripts/docs/generate-yaml.sh @@ -20,7 +20,7 @@ trap clean EXIT # init dummy go.mod ./scripts/vendor init # install cli-docs-tool and copy docs/tools.go in root folder - # to be able to fetch the required depedencies + # to be able to fetch the required dependencies go mod edit -modfile=vendor.mod -require=github.com/docker/cli-docs-tool@${CLI_DOCS_TOOL_VERSION} cp docs/generate/tools.go . # update vendor diff --git a/vendor.mod b/vendor.mod index 8aa758b1e7..d9c302fbb1 100644 --- a/vendor.mod +++ b/vendor.mod @@ -11,7 +11,7 @@ require ( github.com/containerd/platforms v0.2.1 github.com/creack/pty v1.1.21 github.com/distribution/reference v0.6.0 - github.com/docker/cli-docs-tool v0.7.0 + github.com/docker/cli-docs-tool v0.8.0 github.com/docker/distribution v2.8.3+incompatible github.com/docker/docker v27.0.2-0.20240715215214-aae044039ca4+incompatible // master (v-next) github.com/docker/docker-credential-helpers v0.8.2 diff --git a/vendor.sum b/vendor.sum index 1efa7d525e..a8fc2ae24c 100644 --- a/vendor.sum +++ b/vendor.sum @@ -54,8 +54,8 @@ github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSs github.com/denisenkom/go-mssqldb v0.0.0-20191128021309-1d7a30a10f73/go.mod h1:xbL0rPBG9cCiLr28tMa8zpbdarY27NDyej4t/EjAShU= github.com/distribution/reference v0.6.0 h1:0IXCQ5g4/QMHHkarYzh5l+u8T3t73zM5QvfrDyIgxBk= github.com/distribution/reference v0.6.0/go.mod h1:BbU0aIcezP1/5jX/8MP0YiH4SdvB5Y4f/wlDRiLyi3E= -github.com/docker/cli-docs-tool v0.7.0 h1:M2Da98Unz2kz3A5d4yeSGbhyOge2mfYSNjAFt01Rw0M= -github.com/docker/cli-docs-tool v0.7.0/go.mod h1:zMjqTFCU361PRh8apiXzeAZ1Q/xupbIwTusYpzCXS/o= +github.com/docker/cli-docs-tool v0.8.0 h1:YcDWl7rQJC3lJ7WVZRwSs3bc9nka97QLWfyJQli8yJU= +github.com/docker/cli-docs-tool v0.8.0/go.mod h1:8TQQ3E7mOXoYUs811LiPdUnAhXrcVsBIrW21a5pUbdk= github.com/docker/distribution v2.7.1+incompatible/go.mod h1:J2gT2udsDAN96Uj4KfcMRqY0/ypR+oyYUYmja8H+y+w= github.com/docker/distribution v2.8.3+incompatible h1:AtKxIZ36LoNK51+Z6RpzLpddBirtxJnzDrHLEKxTAYk= github.com/docker/distribution v2.8.3+incompatible/go.mod h1:J2gT2udsDAN96Uj4KfcMRqY0/ypR+oyYUYmja8H+y+w= diff --git a/vendor/modules.txt b/vendor/modules.txt index af9d635038..47d64bf112 100644 --- a/vendor/modules.txt +++ b/vendor/modules.txt @@ -36,7 +36,7 @@ github.com/creack/pty # github.com/distribution/reference v0.6.0 ## explicit; go 1.20 github.com/distribution/reference -# github.com/docker/cli-docs-tool v0.7.0 +# github.com/docker/cli-docs-tool v0.8.0 ## explicit; go 1.18 github.com/docker/cli-docs-tool/annotation # github.com/docker/distribution v2.8.3+incompatible