File tree Expand file tree Collapse file tree 4 files changed +6
-5
lines changed
github.com/docker/docker/api/types/system Expand file tree Collapse file tree 4 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,8 @@ module github.com/docker/cli
66
77go 1.23.0
88
9+ replace github.com/docker/docker => github.com/thaJeztah/docker v24.0.0-rc.1.0.20250516143957-7f4f3a1a4972+incompatible
10+
911require (
1012 dario.cat/mergo v1.0.1
1113 github.com/containerd/platforms v1.0.0-rc.1
Original file line number Diff line number Diff line change @@ -53,8 +53,6 @@ github.com/docker/cli-docs-tool v0.9.0/go.mod h1:ClrwlNW+UioiRyH9GiAOe1o3J/TsY3T
5353github.com/docker/distribution v2.7.1+incompatible/go.mod h1:J2gT2udsDAN96Uj4KfcMRqY0/ypR+oyYUYmja8H+y+w=
5454github.com/docker/distribution v2.8.3+incompatible h1:AtKxIZ36LoNK51+Z6RpzLpddBirtxJnzDrHLEKxTAYk=
5555github.com/docker/distribution v2.8.3+incompatible/go.mod h1:J2gT2udsDAN96Uj4KfcMRqY0/ypR+oyYUYmja8H+y+w=
56- github.com/docker/docker v28.1.2-0.20250516114456-c04dec11437f+incompatible h1:0jSTstSvJ1S0l/wH/vJ5JMnsSNpWx6dmqblTwe87dVc=
57- github.com/docker/docker v28.1.2-0.20250516114456-c04dec11437f+incompatible/go.mod h1:eEKB0N0r5NX/I1kEveEz05bcu8tLC/8azJZsviup8Sk=
5856github.com/docker/docker-credential-helpers v0.9.3 h1:gAm/VtF9wgqJMoxzT3Gj5p4AqIjCBS4wrsOh9yRqcz8=
5957github.com/docker/docker-credential-helpers v0.9.3/go.mod h1:x+4Gbw9aGmChi3qTLZj8Dfn0TD20M/fuWy0E5+WDeCo=
6058github.com/docker/go v1.5.1-1.0.20160303222718-d30aec9fd63c h1:lzqkGL9b3znc+ZUgi7FlLnqjQhcXxkNM/quxIjBVMD0=
@@ -271,6 +269,8 @@ github.com/stretchr/testify v1.5.1/go.mod h1:5W2xD1RspED5o8YsWQXVCued0rvSQ+mT+I5
271269github.com/stretchr/testify v1.7.0/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/h/Wwjteg=
272270github.com/stretchr/testify v1.10.0 h1:Xv5erBjTwe/5IxqUQTdXv5kgmIvbHo3QQyRwhJsOfJA=
273271github.com/stretchr/testify v1.10.0/go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8C91i36aY=
272+ github.com/thaJeztah/docker v24.0.0-rc.1.0.20250516143957-7f4f3a1a4972+incompatible h1:kzjPkY+D97nMScaKcRGfYHG6gPQG2S6q/QYpi1zVX1g=
273+ github.com/thaJeztah/docker v24.0.0-rc.1.0.20250516143957-7f4f3a1a4972+incompatible/go.mod h1:eZ6Ef2GDr/8h8se23uenzFTrBHwc9jBEEnfrxqOb0Ss=
274274github.com/theupdateframework/notary v0.7.1-0.20210315103452-bf96a202a09a h1:tlJ7tGUHvcvL1v3yR6NcCc9nOqh2L+CG6HWrYQtwzQ0=
275275github.com/theupdateframework/notary v0.7.1-0.20210315103452-bf96a202a09a/go.mod h1:Y94A6rPp2OwNfP/7vmf8O2xx2IykP8pPXQ1DLouGnEw=
276276github.com/tonistiigi/go-rosetta v0.0.0-20220804170347-3f4430f2d346 h1:TvtdmeYsYEij78hS4oxnwikoiLdIrgav3BA+CbhaDAI=
Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ github.com/docker/distribution/registry/client/transport
5858github.com/docker/distribution/registry/storage/cache
5959github.com/docker/distribution/registry/storage/cache/memory
6060github.com/docker/distribution/uuid
61- # github.com/docker/docker v28.1.2-0.20250516114456-c04dec11437f+incompatible
61+ # github.com/docker/docker v28.1.2-0.20250516114456-c04dec11437f+incompatible => github.com/thaJeztah/docker v24.0.0-rc.1.0.20250516143957-7f4f3a1a4972+incompatible
6262## explicit
6363github.com/docker/docker/api
6464github.com/docker/docker/api/types
@@ -563,3 +563,4 @@ gotest.tools/v3/skip
563563# tags.cncf.io/container-device-interface v0.8.0
564564## explicit; go 1.20
565565tags.cncf.io/container-device-interface/pkg/parser
566+ # github.com/docker/docker => github.com/thaJeztah/docker v24.0.0-rc.1.0.20250516143957-7f4f3a1a4972+incompatible
You can’t perform that action at this time.
0 commit comments