File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ require (
24
24
github.com/davecgh/go-spew v1.1.1
25
25
github.com/digitalocean/go-qemu v0.0.0-20210209191958-152a1535e49f
26
26
github.com/docker/distribution v2.7.1+incompatible
27
- github.com/docker/docker v20.10.8 +incompatible
27
+ github.com/docker/docker v20.10.9 +incompatible
28
28
github.com/docker/go-connections v0.4.0
29
29
github.com/docker/go-plugins-helpers v0.0.0-20200102110956-c9a8a2d92ccc
30
30
github.com/docker/go-units v0.4.0
Original file line number Diff line number Diff line change @@ -324,8 +324,9 @@ github.com/docker/distribution v0.0.0-20190905152932-14b96e55d84c/go.mod h1:0+TT
324
324
github.com/docker/distribution v2.7.1-0.20190205005809-0d3efadf0154+incompatible /go.mod h1:J2gT2udsDAN96Uj4KfcMRqY0/ypR+oyYUYmja8H+y+w =
325
325
github.com/docker/distribution v2.7.1+incompatible h1:a5mlkVzth6W5A4fOsS3D2EO5BUmsJpcB+cRlLU7cSug =
326
326
github.com/docker/distribution v2.7.1+incompatible /go.mod h1:J2gT2udsDAN96Uj4KfcMRqY0/ypR+oyYUYmja8H+y+w =
327
- github.com/docker/docker v20.10.8+incompatible h1:RVqD337BgQicVCzYrrlhLDWhq6OAD2PJDUg2LsEUvKM =
328
327
github.com/docker/docker v20.10.8+incompatible /go.mod h1:eEKB0N0r5NX/I1kEveEz05bcu8tLC/8azJZsviup8Sk =
328
+ github.com/docker/docker v20.10.9+incompatible h1:JlsVnETOjM2RLQa0Cc1XCIspUdXW3Zenq9P54uXBm6k =
329
+ github.com/docker/docker v20.10.9+incompatible /go.mod h1:eEKB0N0r5NX/I1kEveEz05bcu8tLC/8azJZsviup8Sk =
329
330
github.com/docker/docker-credential-helpers v0.6.4 h1:axCks+yV+2MR3/kZhAmy07yC56WZ2Pwu/fKWtKuZB0o =
330
331
github.com/docker/docker-credential-helpers v0.6.4 /go.mod h1:ofX3UI0Gz1TteYBjtgs07O36Pyasyp66D2uKT7H8W1c =
331
332
github.com/docker/go-connections v0.4.0 h1:El9xVISelRB7BuFusrZozjnkIM5YnzCViNKohAFqRJQ =
Original file line number Diff line number Diff line change @@ -286,7 +286,7 @@ github.com/docker/distribution/registry/client/auth/challenge
286
286
github.com/docker/distribution/registry/client/transport
287
287
github.com/docker/distribution/registry/storage/cache
288
288
github.com/docker/distribution/registry/storage/cache/memory
289
- # github.com/docker/docker v20.10.8 +incompatible
289
+ # github.com/docker/docker v20.10.9 +incompatible
290
290
github.com/docker/docker/api
291
291
github.com/docker/docker/api/types
292
292
github.com/docker/docker/api/types/blkiodev
You can’t perform that action at this time.
0 commit comments