Skip to content

Commit 3c00d0e

Browse files
committed
update cli to master
Signed-off-by: Sebastiaan van Stijn <[email protected]>
1 parent aadbe78 commit 3c00d0e

File tree

6 files changed

+9
-13
lines changed

6 files changed

+9
-13
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ require (
1616
github.com/creack/pty v1.1.24
1717
github.com/davecgh/go-spew v1.1.1
1818
github.com/distribution/reference v0.6.0
19-
github.com/docker/cli v29.0.0-rc.2+incompatible // master / v29.0.0-dev
19+
github.com/docker/cli v29.0.0-rc.2.0.20251104132644-7414d73fc119+incompatible // master (v29.0.0-dev)
2020
github.com/docker/cli-docs-tool v0.10.0
2121
github.com/docker/go-units v0.5.0
2222
github.com/gofrs/flock v0.12.1

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,8 +109,8 @@ github.com/distribution/reference v0.6.0 h1:0IXCQ5g4/QMHHkarYzh5l+u8T3t73zM5Qvfr
109109
github.com/distribution/reference v0.6.0/go.mod h1:BbU0aIcezP1/5jX/8MP0YiH4SdvB5Y4f/wlDRiLyi3E=
110110
github.com/dlclark/regexp2 v1.11.0 h1:G/nrcoOa7ZXlpoa/91N3X7mM3r8eIlMBBJZvsz/mxKI=
111111
github.com/dlclark/regexp2 v1.11.0/go.mod h1:DHkYz0B9wPfa6wondMfaivmHpzrQ3v9q8cnmRbL6yW8=
112-
github.com/docker/cli v29.0.0-rc.2+incompatible h1:eT9VoGWPytEDUDQb/mF2sSOdkWShUwtAeV/RzenY/9w=
113-
github.com/docker/cli v29.0.0-rc.2+incompatible/go.mod h1:JLrzqnKDaYBop7H2jaqPtU4hHvMKP+vjCwu2uszcLI8=
112+
github.com/docker/cli v29.0.0-rc.2.0.20251104132644-7414d73fc119+incompatible h1:wJ1iBoljWXuEKJXTstEILuH33e8W/0yUeJz3R5PIyH4=
113+
github.com/docker/cli v29.0.0-rc.2.0.20251104132644-7414d73fc119+incompatible/go.mod h1:JLrzqnKDaYBop7H2jaqPtU4hHvMKP+vjCwu2uszcLI8=
114114
github.com/docker/cli-docs-tool v0.10.0 h1:bOD6mKynPQgojQi3s2jgcUWGp/Ebqy1SeCr9VfKQLLU=
115115
github.com/docker/cli-docs-tool v0.10.0/go.mod h1:5EM5zPnT2E7yCLERZmrDA234Vwn09fzRHP4aX1qwp1U=
116116
github.com/docker/distribution v2.7.1+incompatible/go.mod h1:J2gT2udsDAN96Uj4KfcMRqY0/ypR+oyYUYmja8H+y+w=

vendor/github.com/docker/cli/cli-plugins/metadata/metadata.go

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

vendor/github.com/docker/cli/cli/cobra.go

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

vendor/github.com/docker/cli/cli/command/registry.go

Lines changed: 1 addition & 4 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
@@ -218,7 +218,7 @@ github.com/davecgh/go-spew/spew
218218
# github.com/distribution/reference v0.6.0
219219
## explicit; go 1.20
220220
github.com/distribution/reference
221-
# github.com/docker/cli v29.0.0-rc.2+incompatible
221+
# github.com/docker/cli v29.0.0-rc.2.0.20251104132644-7414d73fc119+incompatible
222222
## explicit
223223
github.com/docker/cli/cli
224224
github.com/docker/cli/cli-plugins/metadata

0 commit comments

Comments
 (0)