2019-11-23 17:57:05 +00:00
|
|
|
module github.com/status-im/status-go/eth-node
|
|
|
|
|
|
|
|
go 1.13
|
|
|
|
|
2019-12-09 15:26:00 +00:00
|
|
|
replace github.com/ethereum/go-ethereum v1.9.5 => github.com/status-im/go-ethereum v1.9.5-status.7
|
2019-11-23 17:57:05 +00:00
|
|
|
|
|
|
|
replace github.com/status-im/status-go/extkeys => ../extkeys
|
|
|
|
|
2019-12-09 10:36:14 +00:00
|
|
|
replace github.com/status-im/status-go/whisper/v6 => ../whisper
|
2019-12-09 10:06:04 +00:00
|
|
|
|
2019-11-23 17:57:05 +00:00
|
|
|
require (
|
|
|
|
github.com/ethereum/go-ethereum v1.9.5
|
|
|
|
github.com/mattn/go-pointer v0.0.0-20190911064623-a0a44394634f
|
|
|
|
github.com/status-im/doubleratchet v3.0.0+incompatible
|
2019-12-09 10:36:14 +00:00
|
|
|
github.com/status-im/status-go/whisper/v6 v6.0.0 // indirect
|
2019-11-23 17:57:05 +00:00
|
|
|
github.com/stretchr/testify v1.4.0
|
|
|
|
github.com/wealdtech/go-ens/v3 v3.0.9
|
|
|
|
go.uber.org/zap v1.13.0
|
|
|
|
golang.org/x/crypto v0.0.0-20191119213627-4f8c1d86b1ba
|
|
|
|
)
|