File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ module github.com/sourcelair/swarm-dind-operator
3
3
go 1.12
4
4
5
5
require (
6
- github.com/docker/distribution v2.8.0 +incompatible // indirect
6
+ github.com/docker/distribution v2.8.2 +incompatible // indirect
7
7
github.com/docker/docker v0.7.3-0.20190418160857-92a6266c9d4f // indirect
8
8
github.com/fsouza/go-dockerclient v1.3.6
9
9
github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51
Original file line number Diff line number Diff line change @@ -9,8 +9,8 @@ github.com/containerd/continuity v0.0.0-20181203112020-004b46473808 h1:4BX8f882b
9
9
github.com/containerd/continuity v0.0.0-20181203112020-004b46473808 /go.mod h1:GL3xCUCBDV3CZiTSEKksMWbLE66hEyuu9qyDOOqM47Y =
10
10
github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c =
11
11
github.com/davecgh/go-spew v1.1.1 /go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38 =
12
- github.com/docker/distribution v2.8.0 +incompatible h1:l9EaZDICImO1ngI+uTifW+ZYvvz7fKISBAKpg+MbWbY =
13
- github.com/docker/distribution v2.8.0 +incompatible /go.mod h1:J2gT2udsDAN96Uj4KfcMRqY0/ypR+oyYUYmja8H+y+w =
12
+ github.com/docker/distribution v2.8.2 +incompatible h1:T3de5rq0dB1j30rp0sA2rER+m322EBzniBPB6ZIzuh8 =
13
+ github.com/docker/distribution v2.8.2 +incompatible /go.mod h1:J2gT2udsDAN96Uj4KfcMRqY0/ypR+oyYUYmja8H+y+w =
14
14
github.com/docker/docker v0.7.3-0.20190212235812-0111ee70874a /go.mod h1:eEKB0N0r5NX/I1kEveEz05bcu8tLC/8azJZsviup8Sk =
15
15
github.com/docker/docker v0.7.3-0.20190418160857-92a6266c9d4f h1:yeGsqRUS0HZCf8dimXqVnqGqnkE2FkwDfGwbLIIkNHA =
16
16
github.com/docker/docker v0.7.3-0.20190418160857-92a6266c9d4f /go.mod h1:eEKB0N0r5NX/I1kEveEz05bcu8tLC/8azJZsviup8Sk =
You can’t perform that action at this time.
0 commit comments