vendor: github.com/docker/docker 36a3bd090489 (master, v28.0-dev)

full diff: 164cae56ed...36a3bd0904

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
Sebastiaan van Stijn
2024-10-18 16:32:42 +02:00
parent 8a7c5ae68f
commit 9b525bc9d1
15 changed files with 155 additions and 65 deletions

View File

@ -18,7 +18,7 @@ init() {
cat > go.mod <<EOL
module github.com/docker/cli
go 1.19
go 1.22.0
EOL
}