Skip to content

Commit

Permalink
Merge pull request #17 from republicprotocol/infura
Browse files Browse the repository at this point in the history
Fix infura endpoint issue
  • Loading branch information
Nadimpalli Susruth committed Apr 2, 2019
2 parents 983f950 + 1aabb98 commit e5d8eed
Show file tree
Hide file tree
Showing 7 changed files with 190 additions and 237 deletions.
162 changes: 111 additions & 51 deletions Gopkg.lock

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

30 changes: 4 additions & 26 deletions Gopkg.toml
Original file line number Diff line number Diff line change
@@ -1,29 +1,3 @@
# Gopkg.toml example
#
# Refer to https://github.com/golang/dep/blob/master/docs/Gopkg.toml.md
# for detailed Gopkg.toml documentation.
#
# required = ["github.com/user/thing/cmd/thing"]
# ignored = ["github.com/user/project/pkgX", "bitbucket.org/user/project/pkgA/pkgY"]
#
# [[constraint]]
# name = "github.com/user/project"
# version = "1.0.0"
#
# [[constraint]]
# name = "github.com/user/project2"
# branch = "dev"
# source = "github.com/myfork/project2"
#
# [[override]]
# name = "github.com/x/y"
# version = "2.4.0"
#
# [prune]
# non-go = false
# go-tests = true
# unused-packages = true

[[constraint]]
name = "github.com/ethereum/go-ethereum"
version = "1.8.17"
Expand All @@ -32,6 +6,10 @@
name = "github.com/republicprotocol/republic-go"
branch = "develop"

[[constraint]]
name = "github.com/republicprotocol/darknode-go"
branch = "master"

[[constraint]]
name = "github.com/republicprotocol/co-go"
branch = "master"
Expand Down
Loading

0 comments on commit e5d8eed

Please sign in to comment.