Skip to content

Commit

Permalink
Fix overrides and constraints for dependecies management
Browse files Browse the repository at this point in the history
  • Loading branch information
nmengin committed Sep 19, 2017
1 parent bde4e1f commit 307f97f
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 18 deletions.
23 changes: 7 additions & 16 deletions Gopkg.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 10 additions & 2 deletions Gopkg.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ ignored = ["github.com/docker/libkv", "github.com/docker/libkv/store", "github.c
version = "1.1.4"

[[constraint]]
branch = "master"
revision = "c8c74377599bd978aee1cf3b9b63a8634051cec2"
name = "golang.org/x/net"

[[constraint]]
Expand All @@ -52,4 +52,12 @@ ignored = ["github.com/docker/libkv", "github.com/docker/libkv/store", "github.c

[[override]]
name = "github.com/ugorji/go"
revision = "8c0409fcbb70099c748d71f714529204975f6c3f"
revision = "8c0409fcbb70099c748d71f714529204975f6c3f"

[[override]]
name = "google.golang.org/grpc"
revision = "8050b9cbc271307e5a716a9d782803d09b0d6f2d"

[[override]]
name = "golang.org/x/text"
revision = "4ee4af566555f5fbe026368b75596286a312663a"

0 comments on commit 307f97f

Please sign in to comment.