Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump github.com/docker/docker from 1.4.2-0.20160819200957-09b929083d34 to 1.6.1 #6

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ go 1.20

require (
github.com/boltdb/bolt v1.1.1-0.20151112151049-0b00effdd7a8
github.com/docker/docker v1.4.2-0.20160819200957-09b929083d34
github.com/docker/docker v1.6.1
github.com/fsnotify/fsnotify v1.3.2-0.20160816051541-f12c6236fe7b
github.com/jcelliott/lumber v0.0.0-20160324203708-dd349441af25
github.com/lyondhill/vtclean v0.0.0-20170214195231-ea70112eba8c
Expand All @@ -25,7 +25,6 @@ require (
)

require (
github.com/Azure/go-ansiterm v0.0.0-20160425224613-388960b65524 // indirect
github.com/BurntSushi/toml v0.3.1 // indirect
github.com/Microsoft/go-winio v0.3.8 // indirect
github.com/Sirupsen/logrus v0.8.6-0.20150724014903-11538ee6888f // indirect
Expand Down
6 changes: 2 additions & 4 deletions go.sum
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
filippo.io/edwards25519 v1.0.0-rc.1 h1:m0VOOB23frXZvAOK44usCgLWvtsxIoMCTBGJZlpmGfU=
github.com/Azure/go-ansiterm v0.0.0-20160425224613-388960b65524 h1:kyo7Ce1d2RtxZBCp4y/ommREtHPeXUU2bYRJoCgyJX8=
github.com/Azure/go-ansiterm v0.0.0-20160425224613-388960b65524/go.mod h1:LmzpDX56iTiv29bbRTIsUNlaFfuhWRQBWjQdVyAevI8=
github.com/BurntSushi/toml v0.3.1 h1:WXkYYl6Yr3qBf1K79EBnL4mak0OimBfB0XUf9Vl28OQ=
github.com/BurntSushi/toml v0.3.1/go.mod h1:xHWCNGjB5oqiDr8zfno3MHue2Ht5sIBksp03qcyfWMU=
github.com/Microsoft/go-winio v0.3.8 h1:dvxbxtpTIjdAbx2OtL26p4eq0iEvys/U5yrsTJb3NZI=
Expand All @@ -22,8 +20,8 @@ github.com/deckarep/golang-set v1.8.0 h1:sk9/l/KqpunDwP7pSjUg0keiOOLEnOBHzykLrsP
github.com/deckarep/golang-set v1.8.0/go.mod h1:5nI87KwE7wgsBU1F4GKAw2Qod7p5kyS383rP6+o6qqo=
github.com/docker/distribution v2.8.0+incompatible h1:l9EaZDICImO1ngI+uTifW+ZYvvz7fKISBAKpg+MbWbY=
github.com/docker/distribution v2.8.0+incompatible/go.mod h1:J2gT2udsDAN96Uj4KfcMRqY0/ypR+oyYUYmja8H+y+w=
github.com/docker/docker v1.4.2-0.20160819200957-09b929083d34 h1:WlCZW/K82TtICZXcPAQIK6cpGPbXu38vkJ2e01AawXY=
github.com/docker/docker v1.4.2-0.20160819200957-09b929083d34/go.mod h1:eEKB0N0r5NX/I1kEveEz05bcu8tLC/8azJZsviup8Sk=
github.com/docker/docker v1.6.1 h1:4xYASHy5cScPkLD7PO0uTmnVc860m9NarPN1X8zeMe8=
github.com/docker/docker v1.6.1/go.mod h1:eEKB0N0r5NX/I1kEveEz05bcu8tLC/8azJZsviup8Sk=
github.com/docker/engine-api v0.4.1-0.20160908232104-4290f40c0566 h1:S02HakxupRs+HZdHv6qfFfb6EDK+VZApNTYmVFppg7I=
github.com/docker/engine-api v0.4.1-0.20160908232104-4290f40c0566/go.mod h1:xtQCpzf4YysNZCVFfIGIm7qfLvYbxtLkEVVfKhTVOvw=
github.com/docker/go-connections v0.2.0 h1:tV+S3i76CmPRYmR3NMDUFyr2HTP+3gL+xEPy146TPig=
Expand Down