15 lines
427 B
Modula-2
15 lines
427 B
Modula-2
module github.com/status-im/status-eth-node
|
|
|
|
go 1.13
|
|
|
|
replace github.com/ethereum/go-ethereum v1.9.5 => github.com/status-im/go-ethereum v1.9.5-status.5
|
|
|
|
require (
|
|
github.com/ethereum/go-ethereum v1.9.5
|
|
github.com/mattn/go-pointer v0.0.0-20190911064623-a0a44394634f
|
|
github.com/status-im/whisper v1.5.2
|
|
github.com/wealdtech/go-ens/v3 v3.0.9
|
|
go.uber.org/zap v1.13.0
|
|
golang.org/x/crypto v0.0.0-20191029031824-8986dd9e96cf
|
|
)
|