Skip to content

Commit

Permalink
Merge pull request #192 from makerdao/update-deps-1-10-8
Browse files Browse the repository at this point in the history
Updates replace directive to new version of geth patch
  • Loading branch information
yaoandrew authored Aug 24, 2021
2 parents a9711f2 + dd20026 commit 3d7f97b
Show file tree
Hide file tree
Showing 2 changed files with 46 additions and 2 deletions.
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ require (
github.com/sirupsen/logrus v1.7.0
github.com/spf13/cobra v1.1.1
github.com/spf13/viper v1.7.1
golang.org/x/net v0.0.0-20210226172049-e18ecbb05110
golang.org/x/net v0.0.0-20210805182204-aaa1db679c0d
google.golang.org/appengine v1.6.6 // indirect
gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7
)

replace github.com/ethereum/go-ethereum => github.com/makerdao/go-ethereum v1.10.6-vdb-go-ethereum
replace github.com/ethereum/go-ethereum => github.com/makerdao/go-ethereum v1.10.8-vdb-go-ethereum

replace gopkg.in/urfave/cli.v1 => gopkg.in/urfave/cli.v1 v1.20.0
Loading

0 comments on commit 3d7f97b

Please sign in to comment.