From 44c6f21dc015fde68950323fef284412564ddc6e 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 15ad1e491772 (v27.4-dev) full diff: https://github.com/docker/docker/compare/v27.3.1...15ad1e491772c072a7b9ace8db3c64671a681285 Signed-off-by: Sebastiaan van Stijn --- docs/generate/go.mod | 2 +- man/go.mod | 2 +- scripts/vendor | 2 +- vendor.mod | 2 +- vendor.sum | 4 ++-- vendor/github.com/docker/docker/api/swagger.yaml | 4 ++++ vendor/github.com/docker/docker/api/types/types.go | 2 ++ vendor/github.com/docker/docker/client/client.go | 10 +++++++++- vendor/modules.txt | 2 +- 9 files changed, 22 insertions(+), 8 deletions(-) diff --git a/docs/generate/go.mod b/docs/generate/go.mod index 325a35b0aff4..451d2965338c 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 ac138088504c..238ac1ef4116 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 eac9f8dea69f..db8fd42be6ef 100755 --- a/scripts/vendor +++ b/scripts/vendor @@ -18,7 +18,7 @@ init() { cat > go.mod <