Skip to content

Commit 16a4972

Browse files
authored
Merge pull request #12 from tailingchen/multiple-eth-clients
Multiple eth clients
2 parents bf5a618 + abbc7ab commit 16a4972

55 files changed

Lines changed: 9680 additions & 0 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

Gopkg.lock

Lines changed: 44 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Gopkg.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,10 @@
3737
name = "github.com/ethereum/go-ethereum"
3838
version = "1.8.17"
3939

40+
[[constraint]]
41+
name = "github.com/hashicorp/consul"
42+
version = "1.3.0"
43+
4044
[prune]
4145
go-tests = true
4246
unused-packages = true

0 commit comments

Comments
 (0)