Skip to content

Commit

Permalink
feat: suppirt go-ethereum-v1.10.8
Browse files Browse the repository at this point in the history
  • Loading branch information
cawang committed Jul 3, 2023
1 parent ab03978 commit c903108
Show file tree
Hide file tree
Showing 3 changed files with 464 additions and 20 deletions.
5 changes: 2 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,16 @@ module github.com/DeBankDeFi/etherlib
go 1.17

require (
github.com/ethereum/go-ethereum v1.10.19
github.com/ethereum/go-ethereum v1.10.8
github.com/holiman/uint256 v1.2.0
)

require (
github.com/StackExchange/wmi v0.0.0-20180116203802-5d049714c4a6 // indirect
github.com/VictoriaMetrics/fastcache v1.6.0 // indirect
github.com/btcsuite/btcd/btcec/v2 v2.2.0 // indirect
github.com/btcsuite/btcd v0.20.1-beta // indirect
github.com/cespare/xxhash/v2 v2.1.1 // indirect
github.com/deckarep/golang-set v1.8.0 // indirect
github.com/decred/dcrd/dcrec/secp256k1/v4 v4.0.1 // indirect
github.com/edsrzf/mmap-go v1.0.0 // indirect
github.com/go-ole/go-ole v1.2.1 // indirect
github.com/go-stack/stack v1.8.0 // indirect
Expand Down
Loading

0 comments on commit c903108

Please sign in to comment.