Skip to content

Commit

Permalink
Merge pull request #1338 from dessaya/misc2
Browse files Browse the repository at this point in the history
update go-ethereum to 1.10.25
  • Loading branch information
dessaya authored Sep 21, 2022
2 parents 9c1fe88 + 0a756e9 commit b657525
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 179 deletions.
3 changes: 2 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ go 1.18

replace (
github.com/anthdm/hbbft => github.com/kape1395/hbbft v0.0.0-20220823095040-07b2628097ef
github.com/ethereum/go-ethereum => github.com/dessaya/go-ethereum v1.10.10-0.20220809124259-a32cc1199f6b
github.com/ethereum/go-ethereum => github.com/dessaya/go-ethereum v1.10.10-0.20220921180119-46bc5f1c51d5
go.dedis.ch/kyber/v3 v3.0.14 => github.com/kape1395/kyber/v3 v3.0.14-0.20210622094514-fefb81148dc3
)

Expand Down Expand Up @@ -60,6 +60,7 @@ require (
github.com/benbjohnson/clock v1.3.0 // indirect
github.com/beorn7/perks v1.0.1 // indirect
github.com/btcsuite/btcd v0.20.1-beta // indirect
github.com/btcsuite/btcd/btcec/v2 v2.2.1 // indirect
github.com/cespare/xxhash/v2 v2.1.2 // indirect
github.com/cheekybits/genny v1.0.0 // indirect
github.com/cockroachdb/errors v1.9.0 // indirect
Expand Down
Loading

0 comments on commit b657525

Please sign in to comment.