Skip to content

Commit

Permalink
Merge pull request yunionio#25 from zexi/hotfix/docker-version
Browse files Browse the repository at this point in the history
fix docker client version not match
  • Loading branch information
zexi authored Mar 2, 2020
2 parents 01f31d3 + 2475113 commit a40df2f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ require (
github.com/PuerkitoBio/purell v1.1.1 // indirect
github.com/blang/semver v3.5.1+incompatible // indirect
github.com/docker/distribution v2.7.1+incompatible // indirect
github.com/docker/docker v1.4.2-0.20200204220554-5f6d6f3f2203 // indirect
github.com/docker/docker v1.4.2-0.20190109173153-a79fabbfe841 // indirect
github.com/docker/go-connections v0.4.0 // indirect
github.com/docker/go-units v0.4.0 // indirect
github.com/docker/libnetwork v0.8.0-dev.2.0.20200102182716-9fd385be8302 // indirect
Expand Down
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,8 @@ github.com/docker/distribution v0.0.0-20170726174610-edc3ab29cdff/go.mod h1:J2gT
github.com/docker/distribution v2.7.1+incompatible h1:a5mlkVzth6W5A4fOsS3D2EO5BUmsJpcB+cRlLU7cSug=
github.com/docker/distribution v2.7.1+incompatible/go.mod h1:J2gT2udsDAN96Uj4KfcMRqY0/ypR+oyYUYmja8H+y+w=
github.com/docker/docker v0.7.3-0.20190327010347-be7ac8be2ae0/go.mod h1:eEKB0N0r5NX/I1kEveEz05bcu8tLC/8azJZsviup8Sk=
github.com/docker/docker v1.4.2-0.20190109173153-a79fabbfe841 h1:v+18GsqK0gpLOMKuhPWrNKuHBWaL2008UsZyqXyVCks=
github.com/docker/docker v1.4.2-0.20190109173153-a79fabbfe841/go.mod h1:eEKB0N0r5NX/I1kEveEz05bcu8tLC/8azJZsviup8Sk=
github.com/docker/docker v1.4.2-0.20200204220554-5f6d6f3f2203 h1:8X5SaSMmlSqX5AOAWHxkO7EC0t/aVkFZQN6NIfyqE1k=
github.com/docker/docker v1.4.2-0.20200204220554-5f6d6f3f2203/go.mod h1:eEKB0N0r5NX/I1kEveEz05bcu8tLC/8azJZsviup8Sk=
github.com/docker/go-connections v0.3.0/go.mod h1:Gbd7IOopHjR8Iph03tsViu4nIes5XhDvyHbTtUxmeec=
Expand Down

0 comments on commit a40df2f

Please sign in to comment.