Skip to content

Commit

Permalink
replace geth import for patched websocket client
Browse files Browse the repository at this point in the history
  • Loading branch information
jmank88 committed Sep 9, 2021
1 parent 7dcb1e7 commit b9c0e0f
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 506 deletions.
2 changes: 1 addition & 1 deletion core/services/pipeline/mocks/task.go

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

2 changes: 2 additions & 0 deletions go.mod
Expand Up @@ -85,3 +85,5 @@ require (
// If that happens to get released in a 3.X.X version, we can add a constraint to our go.mod
// for it. If its in 4.X.X, then we need all our transitive deps to upgrade to it.
replace github.com/dgrijalva/jwt-go => github.com/form3tech-oss/jwt-go v3.2.1+incompatible

replace github.com/ethereum/go-ethereum => github.com/smartcontractkit/go-ethereum v1.9.26-0.20210909013251-729bcfdc948c

0 comments on commit b9c0e0f

Please sign in to comment.