go-multiaddr-ethv4/go.mod

15 lines
436 B
Modula-2
Raw Normal View History

2019-05-14 09:30:39 +00:00
module github.com/status-im/go-multiaddr-ethv4
go 1.11
2022-08-01 21:03:21 +00:00
replace github.com/ethereum/go-ethereum v1.10.18 => github.com/status-im/go-ethereum v1.10.4-status.4
2021-10-08 14:39:46 +00:00
2019-05-14 09:30:39 +00:00
require (
2022-08-01 21:03:21 +00:00
github.com/btcsuite/btcd/btcec/v2 v2.1.3 // indirect
github.com/ethereum/go-ethereum v1.10.18
github.com/libp2p/go-libp2p-core v0.16.1
github.com/multiformats/go-multiaddr v0.5.0
github.com/multiformats/go-multihash v0.1.0
github.com/stretchr/testify v1.7.1
2019-05-14 09:30:39 +00:00
)