File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed
Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -17,9 +17,9 @@ require (
1717 github.com/creack/pty v1.1.24
1818 github.com/davecgh/go-spew v1.1.1
1919 github.com/distribution/reference v0.6.0
20- github.com/docker/cli v28.0.0-rc.3 +incompatible
20+ github.com/docker/cli v28.0.0+incompatible
2121 github.com/docker/cli-docs-tool v0.9.0
22- github.com/docker/docker v28.0.0-rc.3 +incompatible
22+ github.com/docker/docker v28.0.0+incompatible
2323 github.com/docker/go-units v0.5.0
2424 github.com/gofrs/flock v0.12.1
2525 github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
Original file line number Diff line number Diff line change @@ -122,15 +122,15 @@ github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSs
122122github.com/denisenkom/go-mssqldb v0.0.0-20191128021309-1d7a30a10f73 /go.mod h1:xbL0rPBG9cCiLr28tMa8zpbdarY27NDyej4t/EjAShU =
123123github.com/distribution/reference v0.6.0 h1:0IXCQ5g4/QMHHkarYzh5l+u8T3t73zM5QvfrDyIgxBk =
124124github.com/distribution/reference v0.6.0 /go.mod h1:BbU0aIcezP1/5jX/8MP0YiH4SdvB5Y4f/wlDRiLyi3E =
125- github.com/docker/cli v28.0.0-rc.3 +incompatible h1:OnM9p+c9Gxw8JQhfeoj9TbIC0VQ8elqOYA2J2nJ8r3w =
126- github.com/docker/cli v28.0.0-rc.3 +incompatible /go.mod h1:JLrzqnKDaYBop7H2jaqPtU4hHvMKP+vjCwu2uszcLI8 =
125+ github.com/docker/cli v28.0.0+incompatible h1:ido37VmLUqEp+5NFb9icd6BuBB+SNDgCn+5kPCr2buA =
126+ github.com/docker/cli v28.0.0+incompatible /go.mod h1:JLrzqnKDaYBop7H2jaqPtU4hHvMKP+vjCwu2uszcLI8 =
127127github.com/docker/cli-docs-tool v0.9.0 h1:CVwQbE+ZziwlPqrJ7LRyUF6GvCA+6gj7MTCsayaK9t0 =
128128github.com/docker/cli-docs-tool v0.9.0 /go.mod h1:ClrwlNW+UioiRyH9GiAOe1o3J/TsY3Tr1ipoypjAUtc =
129129github.com/docker/distribution v2.7.1+incompatible /go.mod h1:J2gT2udsDAN96Uj4KfcMRqY0/ypR+oyYUYmja8H+y+w =
130130github.com/docker/distribution v2.8.3+incompatible h1:AtKxIZ36LoNK51+Z6RpzLpddBirtxJnzDrHLEKxTAYk =
131131github.com/docker/distribution v2.8.3+incompatible /go.mod h1:J2gT2udsDAN96Uj4KfcMRqY0/ypR+oyYUYmja8H+y+w =
132- github.com/docker/docker v28.0.0-rc.3 +incompatible h1:A7wYJ4FR0qJS38LEwHAxdq7hWFP1BZw72hVVMDaHEOc =
133- github.com/docker/docker v28.0.0-rc.3 +incompatible /go.mod h1:eEKB0N0r5NX/I1kEveEz05bcu8tLC/8azJZsviup8Sk =
132+ github.com/docker/docker v28.0.0+incompatible h1:Olh0KS820sJ7nPsBKChVhk5pzqcwDR15fumfAd/p9hM =
133+ github.com/docker/docker v28.0.0+incompatible /go.mod h1:eEKB0N0r5NX/I1kEveEz05bcu8tLC/8azJZsviup8Sk =
134134github.com/docker/docker-credential-helpers v0.8.2 h1:bX3YxiGzFP5sOXWc3bTPEXdEaZSeVMrFgOr3T+zrFAo =
135135github.com/docker/docker-credential-helpers v0.8.2 /go.mod h1:P3ci7E3lwkZg6XiHdRKft1KckHiO9a2rNtyFbZ/ry9M =
136136github.com/docker/go v1.5.1-1.0.20160303222718-d30aec9fd63c h1:lzqkGL9b3znc+ZUgi7FlLnqjQhcXxkNM/quxIjBVMD0 =
Original file line number Diff line number Diff line change @@ -229,7 +229,7 @@ github.com/davecgh/go-spew/spew
229229# github.com/distribution/reference v0.6.0
230230## explicit; go 1.20
231231github.com/distribution/reference
232- # github.com/docker/cli v28.0.0-rc.3 +incompatible
232+ # github.com/docker/cli v28.0.0+incompatible
233233## explicit
234234github.com/docker/cli/cli
235235github.com/docker/cli/cli-plugins/hooks
@@ -283,7 +283,7 @@ github.com/docker/distribution/registry/client/transport
283283github.com/docker/distribution/registry/storage/cache
284284github.com/docker/distribution/registry/storage/cache/memory
285285github.com/docker/distribution/uuid
286- # github.com/docker/docker v28.0.0-rc.3 +incompatible
286+ # github.com/docker/docker v28.0.0+incompatible
287287## explicit
288288github.com/docker/docker/api
289289github.com/docker/docker/api/types
You can’t perform that action at this time.
0 commit comments