File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ go 1.18
1616// Pseudo versions are prefixed with "vMajor.Minor.Patch+1", so the version
1717// becomes "v20.10.3-0.20230207102624-b5568723cee5+incompatible" (latest stable
1818// (v20.10.2) "+1" (v20.10.3), followed by the commit-date, and sha.
19- replace github.com/docker/docker => github.com/docker/docker v20.10.3-0.20230327175735-54130b542db4 +incompatible
19+ replace github.com/docker/docker => github.com/docker/docker v20.10.3-0.20230330223104-7c93e4a09be1 +incompatible
2020
2121require (
2222 github.com/containerd/containerd v1.6.20
Original file line number Diff line number Diff line change @@ -101,8 +101,8 @@ github.com/denisenkom/go-mssqldb v0.0.0-20191128021309-1d7a30a10f73/go.mod h1:xb
101101github.com/docker/distribution v2.7.1+incompatible/go.mod h1:J2gT2udsDAN96Uj4KfcMRqY0/ypR+oyYUYmja8H+y+w=
102102github.com/docker/distribution v2.8.1+incompatible h1:Q50tZOPR6T/hjNsyc9g8/syEs6bk8XXApsHjKukMl68=
103103github.com/docker/distribution v2.8.1+incompatible/go.mod h1:J2gT2udsDAN96Uj4KfcMRqY0/ypR+oyYUYmja8H+y+w=
104- github.com/docker/docker v20.10.3-0.20230327175735-54130b542db4 +incompatible h1:o0dZx10GkjPNRtKU8c6tzPhpo1voSggUBYuuiJE7Y44 =
105- github.com/docker/docker v20.10.3-0.20230327175735-54130b542db4 +incompatible/go.mod h1:eEKB0N0r5NX/I1kEveEz05bcu8tLC/8azJZsviup8Sk=
104+ github.com/docker/docker v20.10.3-0.20230330223104-7c93e4a09be1 +incompatible h1:DPj58Fm9w777umTlCnFhJBo+sTyW4bVKG9gDBBnvkO4 =
105+ github.com/docker/docker v20.10.3-0.20230330223104-7c93e4a09be1 +incompatible/go.mod h1:eEKB0N0r5NX/I1kEveEz05bcu8tLC/8azJZsviup8Sk=
106106github.com/docker/docker-credential-helpers v0.7.0 h1:xtCHsjxogADNZcdv1pKUHXryefjlVRqWqIhk/uXJp0A=
107107github.com/docker/docker-credential-helpers v0.7.0/go.mod h1:rETQfLdHNT3foU5kuNkFR1R1V12OJRRO5lzt2D1b5X0=
108108github.com/docker/go v1.5.1-1.0.20160303222718-d30aec9fd63c h1:lzqkGL9b3znc+ZUgi7FlLnqjQhcXxkNM/quxIjBVMD0=
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ github.com/docker/distribution/registry/client/transport
4040github.com/docker/distribution/registry/storage/cache
4141github.com/docker/distribution/registry/storage/cache/memory
4242github.com/docker/distribution/uuid
43- # github.com/docker/docker v23.0.2+incompatible => github.com/docker/docker v20.10.3-0.20230327175735-54130b542db4 +incompatible
43+ # github.com/docker/docker v23.0.2+incompatible => github.com/docker/docker v20.10.3-0.20230330223104-7c93e4a09be1 +incompatible
4444## explicit
4545github.com/docker/docker/api
4646github.com/docker/docker/api/types
@@ -406,4 +406,4 @@ gotest.tools/v3/internal/format
406406gotest.tools/v3/internal/source
407407gotest.tools/v3/poll
408408gotest.tools/v3/skip
409- # github.com/docker/docker => github.com/docker/docker v20.10.3-0.20230327175735-54130b542db4 +incompatible
409+ # github.com/docker/docker => github.com/docker/docker v20.10.3-0.20230330223104-7c93e4a09be1 +incompatible
You can’t perform that action at this time.
0 commit comments