File tree Expand file tree Collapse file tree 8 files changed +20
-11
lines changed Expand file tree Collapse file tree 8 files changed +20
-11
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ require (
9
9
github.com/blang/semver/v4 v4.0.0
10
10
github.com/coredns/corefile-migration v1.0.21
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
13
github.com/drone/envsubst/v2 v2.0.0-20210730161058-179042472c46
14
14
github.com/evanphx/json-patch/v5 v5.7.0
15
15
github.com/fatih/color v1.15.0
@@ -70,6 +70,7 @@ require (
70
70
github.com/coreos/go-systemd v0.0.0-20191104093116-d3cd4ed1dbcf // indirect
71
71
github.com/coreos/go-systemd/v22 v22.5.0 // indirect
72
72
github.com/daviddengcn/go-colortext v1.0.0 // indirect
73
+ github.com/docker/distribution v2.8.3+incompatible // indirect
73
74
github.com/emicklei/go-restful/v3 v3.9.0 // indirect
74
75
github.com/evanphx/json-patch v5.6.0+incompatible // indirect
75
76
github.com/exponent-io/jsonpath v0.0.0-20151013193312-d6023ce2651d // indirect
Original file line number Diff line number Diff line change @@ -140,8 +140,10 @@ github.com/daviddengcn/go-colortext v1.0.0 h1:ANqDyC0ys6qCSvuEK7l3g5RaehL/Xck9EX
140
140
github.com/daviddengcn/go-colortext v1.0.0 /go.mod h1:zDqEI5NVUop5QPpVJUxE9UO10hRnmkD5G4Pmri9+m4c =
141
141
github.com/dgrijalva/jwt-go v3.2.0+incompatible /go.mod h1:E3ru+11k8xSBh+hMPgOLZmtrrCbhqsmaPHjLKYnJCaQ =
142
142
github.com/dgryski/go-sip13 v0.0.0-20181026042036-e10d5fee7954 /go.mod h1:vAd38F8PWV+bWy6jNmig1y/TA+kYO4g3RSRF0IAv0no =
143
- github.com/docker/distribution v2.8.2+incompatible h1:T3de5rq0dB1j30rp0sA2rER+m322EBzniBPB6ZIzuh8 =
144
- github.com/docker/distribution v2.8.2+incompatible /go.mod h1:J2gT2udsDAN96Uj4KfcMRqY0/ypR+oyYUYmja8H+y+w =
143
+ github.com/distribution/reference v0.5.0 h1:/FUIFXtfc/x2gpa5/VGfiGLuOIdYa1t65IKK2OFGvA0 =
144
+ github.com/distribution/reference v0.5.0 /go.mod h1:BbU0aIcezP1/5jX/8MP0YiH4SdvB5Y4f/wlDRiLyi3E =
145
+ github.com/docker/distribution v2.8.3+incompatible h1:AtKxIZ36LoNK51+Z6RpzLpddBirtxJnzDrHLEKxTAYk =
146
+ github.com/docker/distribution v2.8.3+incompatible /go.mod h1:J2gT2udsDAN96Uj4KfcMRqY0/ypR+oyYUYmja8H+y+w =
145
147
github.com/drone/envsubst/v2 v2.0.0-20210730161058-179042472c46 h1:7QPwrLT79GlD5sizHf27aoY2RTvw62mO6x7mxkScNk0 =
146
148
github.com/drone/envsubst/v2 v2.0.0-20210730161058-179042472c46 /go.mod h1:esf2rsHFNlZlxsqsZDojNBcnNs5REqIvRrWRHqX0vEU =
147
149
github.com/dustin/go-humanize v1.0.1 h1:GzkhY7T5VNhEkwH0PVJgjz+fX1rhBrR7pRT3mDkpeCY =
Original file line number Diff line number Diff line change @@ -47,7 +47,8 @@ require (
47
47
github.com/cespare/xxhash/v2 v2.2.0 // indirect
48
48
github.com/cloudflare/circl v1.3.3 // indirect
49
49
github.com/davecgh/go-spew v1.1.1 // indirect
50
- github.com/docker/distribution v2.8.2+incompatible // indirect
50
+ github.com/distribution/reference v0.5.0 // indirect
51
+ github.com/docker/distribution v2.8.3+incompatible // indirect
51
52
github.com/docker/docker v24.0.6+incompatible // indirect
52
53
github.com/docker/go-connections v0.4.0 // indirect
53
54
github.com/docker/go-units v0.4.0 // indirect
Original file line number Diff line number Diff line change @@ -91,8 +91,10 @@ github.com/creack/pty v1.1.9/go.mod h1:oKZEueFk5CKHvIhNR5MUki03XCEU+Q6VDXinZuGJ3
91
91
github.com/davecgh/go-spew v1.1.0 /go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38 =
92
92
github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c =
93
93
github.com/davecgh/go-spew v1.1.1 /go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38 =
94
- github.com/docker/distribution v2.8.2+incompatible h1:T3de5rq0dB1j30rp0sA2rER+m322EBzniBPB6ZIzuh8 =
95
- github.com/docker/distribution v2.8.2+incompatible /go.mod h1:J2gT2udsDAN96Uj4KfcMRqY0/ypR+oyYUYmja8H+y+w =
94
+ github.com/distribution/reference v0.5.0 h1:/FUIFXtfc/x2gpa5/VGfiGLuOIdYa1t65IKK2OFGvA0 =
95
+ github.com/distribution/reference v0.5.0 /go.mod h1:BbU0aIcezP1/5jX/8MP0YiH4SdvB5Y4f/wlDRiLyi3E =
96
+ github.com/docker/distribution v2.8.3+incompatible h1:AtKxIZ36LoNK51+Z6RpzLpddBirtxJnzDrHLEKxTAYk =
97
+ github.com/docker/distribution v2.8.3+incompatible /go.mod h1:J2gT2udsDAN96Uj4KfcMRqY0/ypR+oyYUYmja8H+y+w =
96
98
github.com/docker/docker v24.0.6+incompatible h1:hceabKCtUgDqPu+qm0NgsaXf28Ljf4/pWFL7xjWWDgE =
97
99
github.com/docker/docker v24.0.6+incompatible /go.mod h1:eEKB0N0r5NX/I1kEveEz05bcu8tLC/8azJZsviup8Sk =
98
100
github.com/docker/go-connections v0.4.0 h1:El9xVISelRB7BuFusrZozjnkIM5YnzCViNKohAFqRJQ =
Original file line number Diff line number Diff line change @@ -58,7 +58,8 @@ require (
58
58
github.com/coreos/go-systemd v0.0.0-20191104093116-d3cd4ed1dbcf // indirect
59
59
github.com/coreos/go-systemd/v22 v22.5.0 // indirect
60
60
github.com/davecgh/go-spew v1.1.1 // indirect
61
- github.com/docker/distribution v2.8.2+incompatible // indirect
61
+ github.com/distribution/reference v0.5.0 // indirect
62
+ github.com/docker/distribution v2.8.3+incompatible // indirect
62
63
github.com/docker/go-units v0.4.0 // indirect
63
64
github.com/drone/envsubst/v2 v2.0.0-20210730161058-179042472c46 // indirect
64
65
github.com/evanphx/json-patch v5.6.0+incompatible // indirect
Original file line number Diff line number Diff line change @@ -116,8 +116,10 @@ github.com/creack/pty v1.1.9/go.mod h1:oKZEueFk5CKHvIhNR5MUki03XCEU+Q6VDXinZuGJ3
116
116
github.com/davecgh/go-spew v1.1.0 /go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38 =
117
117
github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c =
118
118
github.com/davecgh/go-spew v1.1.1 /go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38 =
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 =
119
+ github.com/distribution/reference v0.5.0 h1:/FUIFXtfc/x2gpa5/VGfiGLuOIdYa1t65IKK2OFGvA0 =
120
+ github.com/distribution/reference v0.5.0 /go.mod h1:BbU0aIcezP1/5jX/8MP0YiH4SdvB5Y4f/wlDRiLyi3E =
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 =
121
123
github.com/docker/docker v24.0.6+incompatible h1:hceabKCtUgDqPu+qm0NgsaXf28Ljf4/pWFL7xjWWDgE =
122
124
github.com/docker/docker v24.0.6+incompatible /go.mod h1:eEKB0N0r5NX/I1kEveEz05bcu8tLC/8azJZsviup8Sk =
123
125
github.com/docker/go-connections v0.4.0 h1:El9xVISelRB7BuFusrZozjnkIM5YnzCViNKohAFqRJQ =
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ import (
24
24
"path"
25
25
"regexp"
26
26
27
- "github.com/docker/ distribution/reference"
27
+ "github.com/distribution/reference"
28
28
"github.com/pkg/errors"
29
29
)
30
30
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ import (
20
20
"strings"
21
21
"testing"
22
22
23
- "github.com/docker/ distribution/reference"
23
+ "github.com/distribution/reference"
24
24
. "github.com/onsi/gomega"
25
25
)
26
26
You can’t perform that action at this time.
0 commit comments