go-multiaddr-ethv4/go.mod

15 lines
424 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-17 22:12:17 +00:00
replace github.com/ethereum/go-ethereum v1.10.21 => 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-17 22:12:17 +00:00
github.com/btcsuite/btcd/btcec/v2 v2.2.0
github.com/ethereum/go-ethereum v1.10.20
github.com/libp2p/go-libp2p-core v0.19.1
github.com/multiformats/go-multiaddr v0.6.0
2022-08-01 21:03:21 +00:00
github.com/multiformats/go-multihash v0.1.0
2022-08-17 22:12:17 +00:00
github.com/stretchr/testify v1.7.2
2019-05-14 09:30:39 +00:00
)