2019-11-22 12:58:03 +00:00
|
|
|
module github.com/status-im/status-go/extkeys
|
|
|
|
|
|
|
|
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-22 12:58:03 +00:00
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/btcsuite/btcd v0.20.1-beta
|
|
|
|
github.com/btcsuite/btcutil v0.0.0-20190425235716-9e5f4b9a998d
|
|
|
|
github.com/ethereum/go-ethereum v1.9.5
|
2020-02-21 14:48:53 +00:00
|
|
|
golang.org/x/crypto v0.0.0-20191122220453-ac88ee75c92c
|
2019-11-22 12:58:03 +00:00
|
|
|
golang.org/x/text v0.3.2
|
|
|
|
)
|