Skip to content

Commit ed63d4a

Browse files
authored
Merge pull request #3 from sourcelair/dependabot/go_modules/github.com/docker/distribution-2.8.2incompatible
Bump github.com/docker/distribution from 2.8.0+incompatible to 2.8.2+incompatible
2 parents 8d5cc5e + 879559a commit ed63d4a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module github.com/sourcelair/swarm-dind-operator
33
go 1.12
44

55
require (
6-
github.com/docker/distribution v2.8.0+incompatible // indirect
6+
github.com/docker/distribution v2.8.2+incompatible // indirect
77
github.com/docker/docker v0.7.3-0.20190418160857-92a6266c9d4f // indirect
88
github.com/fsouza/go-dockerclient v1.3.6
99
github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ github.com/containerd/continuity v0.0.0-20181203112020-004b46473808 h1:4BX8f882b
99
github.com/containerd/continuity v0.0.0-20181203112020-004b46473808/go.mod h1:GL3xCUCBDV3CZiTSEKksMWbLE66hEyuu9qyDOOqM47Y=
1010
github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c=
1111
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=
1414
github.com/docker/docker v0.7.3-0.20190212235812-0111ee70874a/go.mod h1:eEKB0N0r5NX/I1kEveEz05bcu8tLC/8azJZsviup8Sk=
1515
github.com/docker/docker v0.7.3-0.20190418160857-92a6266c9d4f h1:yeGsqRUS0HZCf8dimXqVnqGqnkE2FkwDfGwbLIIkNHA=
1616
github.com/docker/docker v0.7.3-0.20190418160857-92a6266c9d4f/go.mod h1:eEKB0N0r5NX/I1kEveEz05bcu8tLC/8azJZsviup8Sk=

0 commit comments

Comments
 (0)