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

full diff: https://github.com/docker/docker/compare/164cae56ed95...36a3bd090489966928e26b29ae1ed9e0ce9e7016

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
Sebastiaan van Stijn
2024-10-18 17:48:05 +02:00
parent 8a7c5ae68f
commit 9b525bc9d1
15 changed files with 155 additions and 65 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ init() {
cat > go.mod <<EOL
module github.com/docker/cli
go 1.19
go 1.22.0
EOL
}