2021-03-11 16:27:12 -04:00
|
|
|
module github.com/status-im/go-waku
|
|
|
|
|
|
|
|
go 1.15
|
|
|
|
|
2021-09-27 18:52:56 +01:00
|
|
|
replace github.com/ethereum/go-ethereum v1.10.4 => github.com/status-im/go-ethereum v1.10.4-status.2
|
2021-04-29 14:40:24 -04:00
|
|
|
|
2021-03-11 16:27:12 -04:00
|
|
|
require (
|
2021-10-16 17:50:49 -04:00
|
|
|
contrib.go.opencensus.io/exporter/prometheus v0.4.0
|
2021-03-18 12:40:47 -04:00
|
|
|
github.com/cruxic/go-hmac-drbg v0.0.0-20170206035330-84c46983886d
|
2021-09-27 18:52:56 +01:00
|
|
|
github.com/ethereum/go-ethereum v1.10.4
|
2021-10-14 11:03:25 +02:00
|
|
|
github.com/gogo/protobuf v1.3.2
|
2021-06-28 09:20:23 -04:00
|
|
|
github.com/golang/protobuf v1.5.2
|
2021-11-02 10:54:34 +01:00
|
|
|
github.com/gorilla/rpc v1.2.0
|
2021-04-13 14:52:57 -04:00
|
|
|
github.com/ipfs/go-ds-sql v0.2.0
|
2021-10-08 09:50:56 -04:00
|
|
|
github.com/ipfs/go-log v1.0.5
|
2021-10-03 17:45:07 -04:00
|
|
|
github.com/jessevdk/go-flags v1.4.0
|
2021-10-08 09:50:56 -04:00
|
|
|
github.com/libp2p/go-libp2p v0.15.1
|
2021-03-22 12:45:13 -04:00
|
|
|
github.com/libp2p/go-libp2p-connmgr v0.2.4
|
2021-10-08 09:50:56 -04:00
|
|
|
github.com/libp2p/go-libp2p-core v0.9.0
|
|
|
|
github.com/libp2p/go-libp2p-peerstore v0.3.0
|
|
|
|
github.com/libp2p/go-libp2p-pubsub v0.5.5
|
2021-04-07 17:16:29 -04:00
|
|
|
github.com/libp2p/go-msgio v0.0.6
|
2021-04-12 13:59:41 -04:00
|
|
|
github.com/mattn/go-sqlite3 v1.14.6
|
2021-10-08 09:50:56 -04:00
|
|
|
github.com/minio/sha256-simd v1.0.0
|
|
|
|
github.com/multiformats/go-multiaddr v0.4.0
|
2021-10-14 16:14:55 +02:00
|
|
|
github.com/status-im/go-waku-rendezvous v0.0.0-20211018070416-a93f3b70c432
|
2021-09-27 18:52:56 +01:00
|
|
|
github.com/stretchr/testify v1.7.0
|
2021-10-01 14:37:52 -04:00
|
|
|
github.com/syndtr/goleveldb v1.0.1-0.20210305035536-64b5b1c73954
|
2021-06-28 09:20:23 -04:00
|
|
|
go.opencensus.io v0.23.0
|
2021-03-11 16:27:12 -04:00
|
|
|
)
|