2021-03-11 20:27:12 +00:00
|
|
|
module github.com/status-im/go-waku
|
|
|
|
|
|
|
|
go 1.15
|
|
|
|
|
2021-09-27 17:52:56 +00:00
|
|
|
replace github.com/ethereum/go-ethereum v1.10.4 => github.com/status-im/go-ethereum v1.10.4-status.2
|
2021-04-29 18:40:24 +00:00
|
|
|
|
2021-03-11 20:27:12 +00:00
|
|
|
require (
|
2021-10-16 21:50:49 +00:00
|
|
|
contrib.go.opencensus.io/exporter/prometheus v0.4.0
|
2022-02-21 15:23:52 +00:00
|
|
|
github.com/cpuguy83/go-md2man/v2 v2.0.1 // indirect
|
2021-03-18 16:40:47 +00:00
|
|
|
github.com/cruxic/go-hmac-drbg v0.0.0-20170206035330-84c46983886d
|
2022-03-22 13:12:58 +00:00
|
|
|
github.com/ethereum/go-ethereum v1.10.16
|
2021-10-14 09:03:25 +00:00
|
|
|
github.com/gogo/protobuf v1.3.2
|
2021-06-28 13:20:23 +00:00
|
|
|
github.com/golang/protobuf v1.5.2
|
2021-11-02 09:54:34 +00:00
|
|
|
github.com/gorilla/rpc v1.2.0
|
2022-03-22 13:12:58 +00:00
|
|
|
github.com/ipfs/go-ds-sql v0.3.0
|
2021-10-08 13:50:56 +00:00
|
|
|
github.com/ipfs/go-log v1.0.5
|
2022-03-22 13:12:58 +00:00
|
|
|
github.com/libp2p/go-libp2p v0.18.0-rc6
|
|
|
|
github.com/libp2p/go-libp2p-connmgr v0.3.1
|
|
|
|
github.com/libp2p/go-libp2p-core v0.14.0
|
|
|
|
github.com/libp2p/go-libp2p-peerstore v0.6.0
|
|
|
|
github.com/libp2p/go-libp2p-pubsub v0.6.1
|
|
|
|
github.com/libp2p/go-libp2p-quic-transport v0.16.1
|
|
|
|
github.com/libp2p/go-msgio v0.1.0
|
|
|
|
github.com/libp2p/go-tcp-transport v0.5.1
|
|
|
|
github.com/libp2p/go-ws-transport v0.6.1-0.20220221074654-eeaddb3c061d
|
|
|
|
github.com/mattn/go-sqlite3 v1.14.11
|
|
|
|
github.com/multiformats/go-multiaddr v0.5.0
|
2022-02-28 18:28:09 +00:00
|
|
|
github.com/status-im/go-discover v0.0.0-20220220162124-91b97a3e0efe
|
2021-10-14 14:14:55 +00:00
|
|
|
github.com/status-im/go-waku-rendezvous v0.0.0-20211018070416-a93f3b70c432
|
2021-09-27 17:52:56 +00:00
|
|
|
github.com/stretchr/testify v1.7.0
|
2021-12-10 15:29:50 +00:00
|
|
|
github.com/syndtr/goleveldb v1.0.1-0.20210819022825-2ae1ddf74ef7
|
2022-02-21 15:23:52 +00:00
|
|
|
github.com/urfave/cli/v2 v2.3.0
|
2021-06-28 13:20:23 +00:00
|
|
|
go.opencensus.io v0.23.0
|
2022-03-22 13:12:58 +00:00
|
|
|
go.uber.org/zap v1.21.0
|
2021-03-11 20:27:12 +00:00
|
|
|
)
|