Skip to content

Commit

Permalink
Gopkg: pin moby revision
Browse files Browse the repository at this point in the history
This is for the 1.0 release. This way, users of dep can get a tagged
version of go-dockerclient and track the compatible moby version.
  • Loading branch information
fsouza committed Oct 25, 2017
1 parent abbe38c commit ec5bc63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gopkg.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

[[constraint]]
name = "github.com/docker/docker"
branch = "master"
revision = "0e037717e06f4f260f4e76d90675ccd1e9a6bed3"

[[constraint]]
name = "github.com/docker/go-units"
Expand Down

0 comments on commit ec5bc63

Please sign in to comment.