This repository was archived by the owner on Oct 22, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed
Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 44
55require (
66 github.com/docker/cli v24.0.6+incompatible
7- github.com/docker/distribution v2.8.2 +incompatible
7+ github.com/docker/distribution v2.8.3 +incompatible
88 github.com/docker/docker v24.0.6+incompatible
99 github.com/docker/go-connections v0.4.0
1010 github.com/moby/buildkit v0.12.3
@@ -26,6 +26,7 @@ require (
2626 github.com/containerd/containerd v1.7.2 // indirect
2727 github.com/containerd/continuity v0.4.1 // indirect
2828 github.com/containerd/typeurl/v2 v2.1.1 // indirect
29+ github.com/distribution/reference v0.5.0 // indirect
2930 github.com/docker/docker-credential-helpers v0.7.0 // indirect
3031 github.com/docker/go v1.5.1-1.0.20160303222718-d30aec9fd63c // indirect
3132 github.com/docker/go-metrics v0.0.1 // indirect
Original file line number Diff line number Diff line change @@ -113,11 +113,13 @@ github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSs
113113github.com/denisenkom/go-mssqldb v0.0.0-20191128021309-1d7a30a10f73 /go.mod h1:xbL0rPBG9cCiLr28tMa8zpbdarY27NDyej4t/EjAShU =
114114github.com/dgrijalva/jwt-go v3.2.0+incompatible /go.mod h1:E3ru+11k8xSBh+hMPgOLZmtrrCbhqsmaPHjLKYnJCaQ =
115115github.com/dgryski/go-sip13 v0.0.0-20181026042036-e10d5fee7954 /go.mod h1:vAd38F8PWV+bWy6jNmig1y/TA+kYO4g3RSRF0IAv0no =
116+ github.com/distribution/reference v0.5.0 h1:/FUIFXtfc/x2gpa5/VGfiGLuOIdYa1t65IKK2OFGvA0 =
117+ github.com/distribution/reference v0.5.0 /go.mod h1:BbU0aIcezP1/5jX/8MP0YiH4SdvB5Y4f/wlDRiLyi3E =
116118github.com/docker/cli v24.0.6+incompatible h1:fF+XCQCgJjjQNIMjzaSmiKJSCcfcXb3TWTcc7GAneOY =
117119github.com/docker/cli v24.0.6+incompatible /go.mod h1:JLrzqnKDaYBop7H2jaqPtU4hHvMKP+vjCwu2uszcLI8 =
118120github.com/docker/distribution v2.7.1+incompatible /go.mod h1:J2gT2udsDAN96Uj4KfcMRqY0/ypR+oyYUYmja8H+y+w =
119- github.com/docker/distribution v2.8.2 +incompatible h1:T3de5rq0dB1j30rp0sA2rER+m322EBzniBPB6ZIzuh8 =
120- github.com/docker/distribution v2.8.2 +incompatible /go.mod h1:J2gT2udsDAN96Uj4KfcMRqY0/ypR+oyYUYmja8H+y+w =
121+ github.com/docker/distribution v2.8.3 +incompatible h1:AtKxIZ36LoNK51+Z6RpzLpddBirtxJnzDrHLEKxTAYk =
122+ github.com/docker/distribution v2.8.3 +incompatible /go.mod h1:J2gT2udsDAN96Uj4KfcMRqY0/ypR+oyYUYmja8H+y+w =
121123github.com/docker/docker v24.0.6+incompatible h1:hceabKCtUgDqPu+qm0NgsaXf28Ljf4/pWFL7xjWWDgE =
122124github.com/docker/docker v24.0.6+incompatible /go.mod h1:eEKB0N0r5NX/I1kEveEz05bcu8tLC/8azJZsviup8Sk =
123125github.com/docker/docker-credential-helpers v0.7.0 h1:xtCHsjxogADNZcdv1pKUHXryefjlVRqWqIhk/uXJp0A =
You can’t perform that action at this time.
0 commit comments