mirror of
https://github.com/status-im/whisper.git
synced 2025-01-19 07:11:55 +00:00
29 lines
1.2 KiB
Modula-2
29 lines
1.2 KiB
Modula-2
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/deckarep/golang-set v1.7.1
|
|
github.com/ethereum/go-ethereum v1.9.5
|
|
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/prometheus/client_golang v1.2.1
|
|
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/testify v1.3.0
|
|
github.com/syndtr/goleveldb v0.0.0-20181128100959-b001fa50d6b2
|
|
github.com/tsenart/tb v0.0.0-20181025101425-0d2499c8b6e9
|
|
golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2
|
|
golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4
|
|
)
|
|
|
|
replace github.com/ethereum/go-ethereum v1.9.5 => github.com/status-im/go-ethereum v1.9.5-status.4
|