25 lines
914 B
Modula-2
25 lines
914 B
Modula-2
module github.com/status-im/status-go/waku
|
|
|
|
go 1.13
|
|
|
|
replace github.com/ethereum/go-ethereum v1.9.5 => github.com/status-im/go-ethereum v1.9.5-status.6
|
|
|
|
require (
|
|
github.com/aristanetworks/goarista v0.0.0-20191106175434-873d404c7f40 // indirect
|
|
github.com/deckarep/golang-set v1.7.1
|
|
github.com/elastic/gosigar v0.10.5 // indirect
|
|
github.com/ethereum/go-ethereum v1.9.5
|
|
github.com/gorilla/websocket v1.4.1 // indirect
|
|
github.com/huin/goupnp v1.0.0 // indirect
|
|
github.com/jackpal/go-nat-pmp v1.0.2 // indirect
|
|
github.com/prometheus/client_golang v1.2.1
|
|
github.com/prometheus/common v0.7.0
|
|
github.com/rs/cors v1.7.0 // indirect
|
|
github.com/stretchr/testify v1.4.0
|
|
github.com/syndtr/goleveldb v1.0.0 // indirect
|
|
github.com/tsenart/tb v0.0.0-20181025101425-0d2499c8b6e9
|
|
go.uber.org/zap v1.13.0
|
|
golang.org/x/crypto v0.0.0-20191122220453-ac88ee75c92c
|
|
golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e
|
|
)
|