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 @@ -9,7 +9,7 @@ require (
99 github.com/andreaskoch/go-fswatch v1.0.0
1010 github.com/creack/pty v1.1.18
1111 github.com/docker/cli v24.0.6+incompatible
12- github.com/docker/distribution v2.8.2 +incompatible
12+ github.com/docker/distribution v2.8.3 +incompatible
1313 github.com/docker/docker v24.0.6+incompatible // 24.0 branch
1414 github.com/docker/go-connections v0.4.0
1515 github.com/go-git/go-billy/v5 v5.5.0
@@ -46,6 +46,7 @@ require (
4646 github.com/containerd/containerd v1.7.2 // indirect
4747 github.com/cyphar/filepath-securejoin v0.2.4 // indirect
4848 github.com/davecgh/go-spew v1.1.1 // indirect
49+ github.com/distribution/reference v0.5.0 // indirect
4950 github.com/docker/docker-credential-helpers v0.7.0 // indirect
5051 github.com/docker/go-units v0.5.0 // indirect
5152 github.com/emirpasic/gods v1.18.1 // indirect
Original file line number Diff line number Diff line change @@ -37,10 +37,12 @@ github.com/cyphar/filepath-securejoin v0.2.4/go.mod h1:aPGpWjXOXUn2NCNjFvBE6aRxG
3737github.com/davecgh/go-spew v1.1.0 /go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38 =
3838github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c =
3939github.com/davecgh/go-spew v1.1.1 /go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38 =
40+ github.com/distribution/reference v0.5.0 h1:/FUIFXtfc/x2gpa5/VGfiGLuOIdYa1t65IKK2OFGvA0 =
41+ github.com/distribution/reference v0.5.0 /go.mod h1:BbU0aIcezP1/5jX/8MP0YiH4SdvB5Y4f/wlDRiLyi3E =
4042github.com/docker/cli v24.0.6+incompatible h1:fF+XCQCgJjjQNIMjzaSmiKJSCcfcXb3TWTcc7GAneOY =
4143github.com/docker/cli v24.0.6+incompatible /go.mod h1:JLrzqnKDaYBop7H2jaqPtU4hHvMKP+vjCwu2uszcLI8 =
42- github.com/docker/distribution v2.8.2 +incompatible h1:T3de5rq0dB1j30rp0sA2rER+m322EBzniBPB6ZIzuh8 =
43- github.com/docker/distribution v2.8.2 +incompatible /go.mod h1:J2gT2udsDAN96Uj4KfcMRqY0/ypR+oyYUYmja8H+y+w =
44+ github.com/docker/distribution v2.8.3 +incompatible h1:AtKxIZ36LoNK51+Z6RpzLpddBirtxJnzDrHLEKxTAYk =
45+ github.com/docker/distribution v2.8.3 +incompatible /go.mod h1:J2gT2udsDAN96Uj4KfcMRqY0/ypR+oyYUYmja8H+y+w =
4446github.com/docker/docker v24.0.6+incompatible h1:hceabKCtUgDqPu+qm0NgsaXf28Ljf4/pWFL7xjWWDgE =
4547github.com/docker/docker v24.0.6+incompatible /go.mod h1:eEKB0N0r5NX/I1kEveEz05bcu8tLC/8azJZsviup8Sk =
4648github.com/docker/docker-credential-helpers v0.7.0 h1:xtCHsjxogADNZcdv1pKUHXryefjlVRqWqIhk/uXJp0A =
You can’t perform that action at this time.
0 commit comments