2019-09-28 10:51:24 +02:00
|
|
|
module github.com/status-im/whisper
|
|
|
|
|
|
|
|
go 1.13
|
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/allegro/bigcache v1.1.0 // indirect
|
|
|
|
github.com/aristanetworks/goarista v0.0.0-20181002214814-33151c4543a7 // indirect
|
|
|
|
github.com/btcsuite/btcd v0.0.0-20181013004428-67e573d211ac // indirect
|
|
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
|
|
github.com/deckarep/golang-set v1.7.1
|
|
|
|
github.com/ethereum/go-ethereum v1.9.5
|
|
|
|
github.com/go-stack/stack v1.8.0 // indirect
|
|
|
|
github.com/golang/snappy v0.0.0-20180518054509-2e65f85255db // indirect
|
|
|
|
github.com/gorilla/websocket v1.4.1 // indirect
|
|
|
|
github.com/huin/goupnp v1.0.0 // indirect
|
|
|
|
github.com/jackpal/go-nat-pmp v1.0.1 // indirect
|
|
|
|
github.com/onsi/ginkgo v1.10.1 // indirect
|
|
|
|
github.com/onsi/gomega v1.7.0 // indirect
|
|
|
|
github.com/rs/cors v1.6.0 // indirect
|
|
|
|
github.com/steakknife/bloomfilter v0.0.0-20180922174646-6819c0d2a570 // indirect
|
|
|
|
github.com/steakknife/hamming v0.0.0-20180906055917-c99c65617cd3 // indirect
|
|
|
|
github.com/stretchr/objx v0.1.1 // indirect
|
|
|
|
github.com/stretchr/testify v1.2.2
|
|
|
|
github.com/syndtr/goleveldb v0.0.0-20181128100959-b001fa50d6b2
|
2019-11-12 08:11:38 +01:00
|
|
|
github.com/tsenart/tb v0.0.0-20181025101425-0d2499c8b6e9
|
2019-09-28 10:51:24 +02:00
|
|
|
golang.org/x/crypto v0.0.0-20190103213133-ff983b9c42bc
|
|
|
|
golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f
|
|
|
|
)
|
|
|
|
|
|
|
|
replace github.com/ethereum/go-ethereum v1.9.5 => github.com/status-im/go-ethereum v1.9.5-status.4
|