File tree Expand file tree Collapse file tree 4 files changed +108
-106
lines changed
github.com/docker/cli/cli/connhelper/commandconn Expand file tree Collapse file tree 4 files changed +108
-106
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ require (
26
26
github.com/containerd/stargz-snapshotter/estargz v0.14.3
27
27
github.com/containerd/typeurl/v2 v2.1.1
28
28
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
30
30
github.com/docker/distribution v2.8.2+incompatible
31
31
github.com/docker/docker v24.0.0-rc.2.0.20230706181717-98d3da79ef9c+incompatible
32
32
github.com/docker/go-connections v0.4.0
Original file line number Diff line number Diff line change @@ -431,8 +431,8 @@ github.com/dnaeon/go-vcr v1.1.0 h1:ReYa/UBrRyQdant9B4fNHGoCNKw6qh6P0fsdGmZpR7c=
431
431
github.com/docker/cli v0.0.0-20190925022749-754388324470 /go.mod h1:JLrzqnKDaYBop7H2jaqPtU4hHvMKP+vjCwu2uszcLI8 =
432
432
github.com/docker/cli v0.0.0-20191017083524-a8ff7f821017 /go.mod h1:JLrzqnKDaYBop7H2jaqPtU4hHvMKP+vjCwu2uszcLI8 =
433
433
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 =
436
436
github.com/docker/distribution v0.0.0-20190905152932-14b96e55d84c /go.mod h1:0+TTO4EOBfRPhZXAeF1Vu+W3hHZ8eLp8PgKVZlcvtFY =
437
437
github.com/docker/distribution v2.6.0-rc.1.0.20180327202408-83389a148052+incompatible /go.mod h1:J2gT2udsDAN96Uj4KfcMRqY0/ypR+oyYUYmja8H+y+w =
438
438
github.com/docker/distribution v2.7.1-0.20190205005809-0d3efadf0154+incompatible /go.mod h1:J2gT2udsDAN96Uj4KfcMRqY0/ypR+oyYUYmja8H+y+w =
Original file line number Diff line number Diff line change @@ -428,7 +428,7 @@ github.com/davecgh/go-spew/spew
428
428
# github.com/dimchansky/utfbom v1.1.1
429
429
## explicit
430
430
github.com/dimchansky/utfbom
431
- # github.com/docker/cli v24.0.2 +incompatible
431
+ # github.com/docker/cli v24.0.4 +incompatible
432
432
## explicit
433
433
github.com/docker/cli/cli/config
434
434
github.com/docker/cli/cli/config/configfile
You can’t perform that action at this time.
0 commit comments