mirror of
https://github.com/status-im/status-go.git
synced 2025-01-09 14:16:21 +00:00
849492fda9
* Add status-option code This commits changes the behavior of waku introducing a new status-code, `2`, that replaces the current single options codes. * linting
17 lines
555 B
Modula-2
17 lines
555 B
Modula-2
module github.com/status-im/status-go/extkeys
|
|
|
|
go 1.13
|
|
|
|
replace github.com/ethereum/go-ethereum v1.9.5 => github.com/status-im/go-ethereum v1.9.5-status.7
|
|
|
|
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
|
|
github.com/status-im/status-go/waku v1.3.0 // indirect
|
|
github.com/status-im/status-go/whisper/v6 v6.2.0 // indirect
|
|
github.com/vacp2p/mvds v0.0.25 // indirect
|
|
golang.org/x/crypto v0.0.0-20191122220453-ac88ee75c92c
|
|
golang.org/x/text v0.3.2
|
|
)
|