Skip to content

Commit 01202e0

Browse files
committed
vendor: github.com/docker/cli v28.3.3-dev (c69d8bde4adc)
full diff: docker/cli@v28.3.0...c69d8bd Signed-off-by: Paweł Gronowski <[email protected]>
1 parent d091e02 commit 01202e0

File tree

4 files changed

+29
-18
lines changed

4 files changed

+29
-18
lines changed

_vendor/github.com/docker/cli/docs/reference/dockerd.md

Lines changed: 22 additions & 15 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

_vendor/modules.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# github.com/moby/moby v28.3.2+incompatible
22
# github.com/moby/buildkit v0.23.1
33
# github.com/docker/buildx v0.25.0
4-
# github.com/docker/cli v28.3.0+incompatible
4+
# github.com/docker/cli v28.3.3-0.20250711132746-c69d8bde4adc+incompatible
55
# github.com/docker/compose/v2 v2.38.2
66
# github.com/docker/model-cli v0.1.33-0.20250703103301-d4e4936a9eb2
77
# github.com/docker/scout-cli v1.15.0

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ require (
1616
github.com/containerd/typeurl/v2 v2.2.3 // indirect
1717
github.com/distribution/reference v0.6.0 // indirect
1818
github.com/docker/buildx v0.25.0 // indirect
19-
github.com/docker/cli v28.3.0+incompatible // indirect
19+
github.com/docker/cli v28.3.3-0.20250711132746-c69d8bde4adc+incompatible // indirect
2020
github.com/docker/compose/v2 v2.38.2 // indirect
2121
github.com/docker/distribution v2.8.3+incompatible // indirect
2222
github.com/docker/docker v28.3.0+incompatible // indirect
@@ -104,7 +104,7 @@ require (
104104

105105
replace (
106106
github.com/docker/buildx => github.com/docker/buildx v0.24.0
107-
github.com/docker/cli => github.com/docker/cli v28.3.0+incompatible
107+
github.com/docker/cli => github.com/docker/cli v28.3.3-0.20250711132746-c69d8bde4adc+incompatible
108108
github.com/docker/compose/v2 => github.com/docker/compose/v2 v2.38.1
109109
github.com/docker/model-cli => github.com/docker/model-cli v0.1.33-0.20250703103301-d4e4936a9eb2
110110
github.com/docker/scout-cli => github.com/docker/scout-cli v1.15.0

go.sum

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,10 @@ github.com/docker/cli v28.2.1+incompatible h1:AYyTcuwvhl9dXdyCiXlOGXiIqSNYzTmaDN
3232
github.com/docker/cli v28.2.1+incompatible/go.mod h1:JLrzqnKDaYBop7H2jaqPtU4hHvMKP+vjCwu2uszcLI8=
3333
github.com/docker/cli v28.3.0+incompatible h1:s+ttruVLhB5ayeuf2BciwDVxYdKi+RoUlxmwNHV3Vfo=
3434
github.com/docker/cli v28.3.0+incompatible/go.mod h1:JLrzqnKDaYBop7H2jaqPtU4hHvMKP+vjCwu2uszcLI8=
35+
github.com/docker/cli v28.3.2+incompatible h1:mOt9fcLE7zaACbxW1GeS65RI67wIJrTnqS3hP2huFsY=
36+
github.com/docker/cli v28.3.2+incompatible/go.mod h1:JLrzqnKDaYBop7H2jaqPtU4hHvMKP+vjCwu2uszcLI8=
37+
github.com/docker/cli v28.3.3-0.20250711132746-c69d8bde4adc+incompatible h1:5I561JBDi4n0RKxYNkUVc9xiLnlCfjjm31XRV0r3o98=
38+
github.com/docker/cli v28.3.3-0.20250711132746-c69d8bde4adc+incompatible/go.mod h1:JLrzqnKDaYBop7H2jaqPtU4hHvMKP+vjCwu2uszcLI8=
3539
github.com/docker/compose/v2 v2.36.2 h1:rxk1PUUbhbAS6HkGsYo9xUmMBpKtVwFMNCQjE4+i5fk=
3640
github.com/docker/compose/v2 v2.36.2/go.mod h1:mZygkne+MAMu/e1B28PBFmG0Z0WefbxZ/IpcjSFdrw8=
3741
github.com/docker/compose/v2 v2.37.0 h1:R8Yik9ssiRz7T9BRfdOZy0xHDzOFPIJX40DrxzJ62dQ=

0 commit comments

Comments
 (0)