From 49b6551e970d5be69d104885ff5d906d49f1ad3a Mon Sep 17 00:00:00 2001 From: Sebastiaan van Stijn Date: Fri, 18 Oct 2024 18:14:44 +0200 Subject: [PATCH] [27.x] vendor: github.com/docker/docker 5765e9f35b00 (v27.4-dev) full diff: https://github.com/docker/docker/compare/v27.3.1...5765e9f35b0016dbd931efe9f23cb6bfc7b00bc3 Signed-off-by: Sebastiaan van Stijn --- docs/generate/go.mod | 2 +- man/go.mod | 2 +- scripts/vendor | 2 +- vendor.mod | 4 ++-- vendor.sum | 4 ++-- .../github.com/docker/docker/api/swagger.yaml | 22 ++++++++++++++----- .../docker/docker/api/types/types.go | 2 ++ .../github.com/docker/docker/client/client.go | 10 ++++++++- vendor/modules.txt | 2 +- 9 files changed, 36 insertions(+), 14 deletions(-) diff --git a/docs/generate/go.mod b/docs/generate/go.mod index 325a35b0af..451d296533 100644 --- a/docs/generate/go.mod +++ b/docs/generate/go.mod @@ -3,7 +3,7 @@ module github.com/docker/cli/docs/generate // dummy go.mod to avoid dealing with dependencies specific // to docs generation and not really part of the project. -go 1.16 +go 1.22.0 //require ( // github.com/docker/cli v0.0.0+incompatible diff --git a/man/go.mod b/man/go.mod index ac13808850..238ac1ef41 100644 --- a/man/go.mod +++ b/man/go.mod @@ -3,7 +3,7 @@ module github.com/docker/cli/man // dummy go.mod to avoid dealing with dependencies specific // to manpages generation and not really part of the project. -go 1.16 +go 1.22.0 //require ( // github.com/docker/cli v0.0.0+incompatible diff --git a/scripts/vendor b/scripts/vendor index eac9f8dea6..db8fd42be6 100755 --- a/scripts/vendor +++ b/scripts/vendor @@ -18,7 +18,7 @@ init() { cat > go.mod <