This repository was archived by the owner on Jan 6, 2025. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ require (
66 github.com/aws/aws-sdk-go v1.51.32
77 github.com/containerssh/gokrb5/v8 v8.4.3-0.20211214150832-4bf8b91123af
88 github.com/creasty/defaults v1.7.0
9- github.com/docker/distribution v2.8.2 +incompatible
9+ github.com/docker/distribution v2.8.3 +incompatible
1010 github.com/docker/docker v20.10.18+incompatible
1111 github.com/docker/go-connections v0.5.0
1212 github.com/fxamacker/cbor v1.5.1
@@ -37,6 +37,7 @@ require (
3737 github.com/Microsoft/go-winio v0.6.1 // indirect
3838 github.com/alessio/shellescape v1.4.2 // indirect
3939 github.com/davecgh/go-spew v1.1.1 // indirect
40+ github.com/distribution/reference v0.6.0 // indirect
4041 github.com/docker/go-units v0.5.0 // indirect
4142 github.com/emicklei/go-restful/v3 v3.11.2 // indirect
4243 github.com/evanphx/json-patch/v5 v5.9.0 // indirect
Original file line number Diff line number Diff line change @@ -18,8 +18,10 @@ github.com/creasty/defaults v1.7.0/go.mod h1:iGzKe6pbEHnpMPtfDXZEr0NVxWnPTjb1bbD
1818github.com/davecgh/go-spew v1.1.0 /go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38 =
1919github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c =
2020github.com/davecgh/go-spew v1.1.1 /go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38 =
21- github.com/docker/distribution v2.8.2+incompatible h1:T3de5rq0dB1j30rp0sA2rER+m322EBzniBPB6ZIzuh8 =
22- github.com/docker/distribution v2.8.2+incompatible /go.mod h1:J2gT2udsDAN96Uj4KfcMRqY0/ypR+oyYUYmja8H+y+w =
21+ github.com/distribution/reference v0.6.0 h1:0IXCQ5g4/QMHHkarYzh5l+u8T3t73zM5QvfrDyIgxBk =
22+ github.com/distribution/reference v0.6.0 /go.mod h1:BbU0aIcezP1/5jX/8MP0YiH4SdvB5Y4f/wlDRiLyi3E =
23+ github.com/docker/distribution v2.8.3+incompatible h1:AtKxIZ36LoNK51+Z6RpzLpddBirtxJnzDrHLEKxTAYk =
24+ github.com/docker/distribution v2.8.3+incompatible /go.mod h1:J2gT2udsDAN96Uj4KfcMRqY0/ypR+oyYUYmja8H+y+w =
2325github.com/docker/docker v20.10.18+incompatible h1:SN84VYXTBNGn92T/QwIRPlum9zfemfitN7pbsp26WSc =
2426github.com/docker/docker v20.10.18+incompatible /go.mod h1:eEKB0N0r5NX/I1kEveEz05bcu8tLC/8azJZsviup8Sk =
2527github.com/docker/go-connections v0.5.0 h1:USnMq7hx7gwdVZq1L49hLXaFtUdTADjXGp+uj1Br63c =
You can’t perform that action at this time.
0 commit comments