Skip to content

Commit 754442a

Browse files
authored
Merge pull request moby#4038 from thaJeztah/0.12_backport_update_cli_24.0.4
[0.12 backport] vendor: github.com/docker/cli v24.0.4
2 parents daf27d0 + bd03363 commit 754442a

File tree

4 files changed

+108
-106
lines changed

4 files changed

+108
-106
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ require (
2626
github.com/containerd/stargz-snapshotter/estargz v0.14.3
2727
github.com/containerd/typeurl/v2 v2.1.1
2828
github.com/coreos/go-systemd/v22 v22.5.0
29-
github.com/docker/cli v24.0.2+incompatible
29+
github.com/docker/cli v24.0.4+incompatible
3030
github.com/docker/distribution v2.8.2+incompatible
3131
github.com/docker/docker v24.0.0-rc.2.0.20230706181717-98d3da79ef9c+incompatible
3232
github.com/docker/go-connections v0.4.0

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -431,8 +431,8 @@ github.com/dnaeon/go-vcr v1.1.0 h1:ReYa/UBrRyQdant9B4fNHGoCNKw6qh6P0fsdGmZpR7c=
431431
github.com/docker/cli v0.0.0-20190925022749-754388324470/go.mod h1:JLrzqnKDaYBop7H2jaqPtU4hHvMKP+vjCwu2uszcLI8=
432432
github.com/docker/cli v0.0.0-20191017083524-a8ff7f821017/go.mod h1:JLrzqnKDaYBop7H2jaqPtU4hHvMKP+vjCwu2uszcLI8=
433433
github.com/docker/cli v20.10.0-beta1.0.20201029214301-1d20b15adc38+incompatible/go.mod h1:JLrzqnKDaYBop7H2jaqPtU4hHvMKP+vjCwu2uszcLI8=
434-
github.com/docker/cli v24.0.2+incompatible h1:QdqR7znue1mtkXIJ+ruQMGQhpw2JzMJLRXp6zpzF6tM=
435-
github.com/docker/cli v24.0.2+incompatible/go.mod h1:JLrzqnKDaYBop7H2jaqPtU4hHvMKP+vjCwu2uszcLI8=
434+
github.com/docker/cli v24.0.4+incompatible h1:Y3bYF9ekNTm2VFz5U/0BlMdJy73D+Y1iAAZ8l63Ydzw=
435+
github.com/docker/cli v24.0.4+incompatible/go.mod h1:JLrzqnKDaYBop7H2jaqPtU4hHvMKP+vjCwu2uszcLI8=
436436
github.com/docker/distribution v0.0.0-20190905152932-14b96e55d84c/go.mod h1:0+TTO4EOBfRPhZXAeF1Vu+W3hHZ8eLp8PgKVZlcvtFY=
437437
github.com/docker/distribution v2.6.0-rc.1.0.20180327202408-83389a148052+incompatible/go.mod h1:J2gT2udsDAN96Uj4KfcMRqY0/ypR+oyYUYmja8H+y+w=
438438
github.com/docker/distribution v2.7.1-0.20190205005809-0d3efadf0154+incompatible/go.mod h1:J2gT2udsDAN96Uj4KfcMRqY0/ypR+oyYUYmja8H+y+w=

vendor/github.com/docker/cli/cli/connhelper/commandconn/commandconn.go

Lines changed: 104 additions & 102 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
@@ -428,7 +428,7 @@ github.com/davecgh/go-spew/spew
428428
# github.com/dimchansky/utfbom v1.1.1
429429
## explicit
430430
github.com/dimchansky/utfbom
431-
# github.com/docker/cli v24.0.2+incompatible
431+
# github.com/docker/cli v24.0.4+incompatible
432432
## explicit
433433
github.com/docker/cli/cli/config
434434
github.com/docker/cli/cli/config/configfile

0 commit comments

Comments
 (0)