Skip to content

Commit 75a130d

Browse files
committed
vendor: github.com/docker/cli v29.2.0-rc.2
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
1 parent 6cdc6c1 commit 75a130d

File tree

6 files changed

+18
-13
lines changed

6 files changed

+18
-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.2-0.20180830191138-d8f796af33cc
1818
github.com/distribution/reference v0.6.0
19-
github.com/docker/cli v29.1.5+incompatible
19+
github.com/docker/cli v29.2.0-rc.1.0.20260119120025-d5ed03732077+incompatible // master / v29.2.0-dev
2020
github.com/docker/cli-docs-tool v0.11.0
2121
github.com/docker/docker v28.5.2+incompatible
2222
github.com/docker/go-units v0.5.0

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -175,8 +175,8 @@ github.com/distribution/reference v0.6.0 h1:0IXCQ5g4/QMHHkarYzh5l+u8T3t73zM5Qvfr
175175
github.com/distribution/reference v0.6.0/go.mod h1:BbU0aIcezP1/5jX/8MP0YiH4SdvB5Y4f/wlDRiLyi3E=
176176
github.com/dlclark/regexp2 v1.11.0 h1:G/nrcoOa7ZXlpoa/91N3X7mM3r8eIlMBBJZvsz/mxKI=
177177
github.com/dlclark/regexp2 v1.11.0/go.mod h1:DHkYz0B9wPfa6wondMfaivmHpzrQ3v9q8cnmRbL6yW8=
178-
github.com/docker/cli v29.1.5+incompatible h1:GckbANUt3j+lsnQ6eCcQd70mNSOismSHWt8vk2AX8ao=
179-
github.com/docker/cli v29.1.5+incompatible/go.mod h1:JLrzqnKDaYBop7H2jaqPtU4hHvMKP+vjCwu2uszcLI8=
178+
github.com/docker/cli v29.2.0-rc.1.0.20260119120025-d5ed03732077+incompatible h1:ZtkC3aCduZEAELIembc0TdlR1lq7H8YVQeo2Cghte/U=
179+
github.com/docker/cli v29.2.0-rc.1.0.20260119120025-d5ed03732077+incompatible/go.mod h1:JLrzqnKDaYBop7H2jaqPtU4hHvMKP+vjCwu2uszcLI8=
180180
github.com/docker/cli-docs-tool v0.11.0 h1:7d8QARFb7QEobizqxmEM7fOteZEHwH/zWgHQtHZEcfE=
181181
github.com/docker/cli-docs-tool v0.11.0/go.mod h1:ma8BKiisUo8D6W05XEYIh3oa1UbgrZhi1nowyKFJa8Q=
182182
github.com/docker/distribution v2.8.3+incompatible h1:AtKxIZ36LoNK51+Z6RpzLpddBirtxJnzDrHLEKxTAYk=

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

Lines changed: 2 additions & 3 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/cli_options.go

Lines changed: 11 additions & 1 deletion
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 & 5 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
@@ -284,7 +284,7 @@ github.com/digitorus/timestamp
284284
# github.com/distribution/reference v0.6.0
285285
## explicit; go 1.20
286286
github.com/distribution/reference
287-
# github.com/docker/cli v29.1.5+incompatible
287+
# github.com/docker/cli v29.2.0-rc.1.0.20260119120025-d5ed03732077+incompatible
288288
## explicit
289289
github.com/docker/cli/cli
290290
github.com/docker/cli/cli-plugins/metadata

0 commit comments

Comments
 (0)