Skip to content
This repository was archived by the owner on Mar 27, 2024. It is now read-only.

Commit 5438e03

Browse files
authored
Merge pull request #269 from nkubala/deps
Fix docker dep overrides
2 parents fccfba7 + d00973d commit 5438e03

File tree

3 files changed

+70
-30
lines changed

3 files changed

+70
-30
lines changed

Gopkg.lock

+4-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Gopkg.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@
1313

1414
[[override]]
1515
name = "github.com/docker/distribution"
16-
revision = "83389a148052d74ac602f5f1d62f86ff2f3c4aa5"
16+
revision = "master"
1717

1818
[[override]]
1919
name = "github.com/docker/libnetwork"
20-
revision = "19279f0492417475b6bfbd0aa529f73e8f178fb5"
20+
branch = "master"
2121

2222
[[constraint]]
2323
name = "github.com/nightlyone/lockfile"

vendor/github.com/docker/libnetwork/ipamutils/utils.go

+64-25
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)