File tree Expand file tree Collapse file tree 3 files changed +7
-4
lines changed Expand file tree Collapse file tree 3 files changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,8 @@ require (
9
9
github.com/ckaznocha/protoc-gen-lint v0.3.0
10
10
github.com/containers/image/v5 v5.28.0
11
11
github.com/davecgh/go-spew v1.1.1
12
- github.com/docker/distribution v2.8.2+incompatible
12
+ github.com/distribution/reference v0.5.0
13
+ github.com/docker/distribution v2.8.3+incompatible
13
14
github.com/facebookincubator/nvdtools v0.1.5
14
15
github.com/ghodss/yaml v1.0.0
15
16
github.com/go-git/go-billy/v5 v5.5.0
Original file line number Diff line number Diff line change @@ -223,8 +223,10 @@ github.com/devigned/tab v0.1.1/go.mod h1:XG9mPq0dFghrYvoBF3xdRrJzSTX1b7IQrvaL9mz
223
223
github.com/dgrijalva/jwt-go v3.2.0+incompatible /go.mod h1:E3ru+11k8xSBh+hMPgOLZmtrrCbhqsmaPHjLKYnJCaQ =
224
224
github.com/dgryski/go-sip13 v0.0.0-20181026042036-e10d5fee7954 /go.mod h1:vAd38F8PWV+bWy6jNmig1y/TA+kYO4g3RSRF0IAv0no =
225
225
github.com/dimchansky/utfbom v1.1.0 /go.mod h1:rO41eb7gLfo8SF1jd9F8HplJm1Fewwi4mQvIirEdv+8 =
226
- github.com/docker/distribution v2.8.2+incompatible h1:T3de5rq0dB1j30rp0sA2rER+m322EBzniBPB6ZIzuh8 =
227
- github.com/docker/distribution v2.8.2+incompatible /go.mod h1:J2gT2udsDAN96Uj4KfcMRqY0/ypR+oyYUYmja8H+y+w =
226
+ github.com/distribution/reference v0.5.0 h1:/FUIFXtfc/x2gpa5/VGfiGLuOIdYa1t65IKK2OFGvA0 =
227
+ github.com/distribution/reference v0.5.0 /go.mod h1:BbU0aIcezP1/5jX/8MP0YiH4SdvB5Y4f/wlDRiLyi3E =
228
+ github.com/docker/distribution v2.8.3+incompatible h1:AtKxIZ36LoNK51+Z6RpzLpddBirtxJnzDrHLEKxTAYk =
229
+ github.com/docker/distribution v2.8.3+incompatible /go.mod h1:J2gT2udsDAN96Uj4KfcMRqY0/ypR+oyYUYmja8H+y+w =
228
230
github.com/docker/docker v24.0.6+incompatible h1:hceabKCtUgDqPu+qm0NgsaXf28Ljf4/pWFL7xjWWDgE =
229
231
github.com/docker/docker v24.0.6+incompatible /go.mod h1:eEKB0N0r5NX/I1kEveEz05bcu8tLC/8azJZsviup8Sk =
230
232
github.com/docker/libtrust v0.0.0-20160708172513-aabc10ec26b7 h1:UhxFibDNY/bfvqU5CAUmr9zpesgbU6SWc8/B4mflAE4 =
Original file line number Diff line number Diff line change @@ -9,11 +9,11 @@ import (
9
9
"strings"
10
10
"time"
11
11
12
+ "github.com/distribution/reference"
12
13
"github.com/docker/distribution/manifest/manifestlist"
13
14
ociV1 "github.com/docker/distribution/manifest/ocischema"
14
15
manifestV1 "github.com/docker/distribution/manifest/schema1"
15
16
manifestV2 "github.com/docker/distribution/manifest/schema2"
16
- "github.com/docker/distribution/reference"
17
17
"github.com/heroku/docker-registry-client/registry"
18
18
"github.com/opencontainers/go-digest"
19
19
"github.com/pkg/errors"
You can’t perform that action at this time.
0 commit comments