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-06-28 13:20:23 +00:00
|
|
|
contrib.go.opencensus.io/exporter/prometheus v0.3.0
|
2021-03-18 16:40:47 +00:00
|
|
|
github.com/cruxic/go-hmac-drbg v0.0.0-20170206035330-84c46983886d
|
2021-09-27 17:52:56 +00:00
|
|
|
github.com/ethereum/go-ethereum v1.10.4
|
2021-06-28 13:20:23 +00:00
|
|
|
github.com/golang/protobuf v1.5.2
|
2021-04-13 18:52:57 +00:00
|
|
|
github.com/ipfs/go-ds-sql v0.2.0
|
2021-03-22 16:45:13 +00:00
|
|
|
github.com/ipfs/go-log v1.0.4
|
2021-03-11 20:27:12 +00:00
|
|
|
github.com/libp2p/go-libp2p v0.13.0
|
2021-03-22 16:45:13 +00:00
|
|
|
github.com/libp2p/go-libp2p-connmgr v0.2.4
|
2021-03-11 20:27:12 +00:00
|
|
|
github.com/libp2p/go-libp2p-core v0.8.5
|
2021-04-13 18:52:57 +00:00
|
|
|
github.com/libp2p/go-libp2p-peerstore v0.2.6
|
2021-04-07 21:16:29 +00:00
|
|
|
github.com/libp2p/go-msgio v0.0.6
|
2021-03-18 23:21:45 +00:00
|
|
|
github.com/magiconair/properties v1.8.4 // indirect
|
2021-04-12 17:59:41 +00:00
|
|
|
github.com/mattn/go-sqlite3 v1.14.6
|
2021-09-27 17:52:56 +00:00
|
|
|
github.com/minio/sha256-simd v0.1.1
|
2021-03-18 23:21:45 +00:00
|
|
|
github.com/mitchellh/mapstructure v1.4.1 // indirect
|
2021-03-11 20:27:12 +00:00
|
|
|
github.com/multiformats/go-multiaddr v0.3.1
|
|
|
|
github.com/multiformats/go-multiaddr-net v0.2.0
|
2021-03-18 23:21:45 +00:00
|
|
|
github.com/pelletier/go-toml v1.8.1 // indirect
|
2021-06-28 13:20:23 +00:00
|
|
|
github.com/prometheus/common v0.29.0 // indirect
|
|
|
|
github.com/prometheus/statsd_exporter v0.21.0 // indirect
|
2021-03-18 23:21:45 +00:00
|
|
|
github.com/spf13/afero v1.5.1 // indirect
|
|
|
|
github.com/spf13/cast v1.3.1 // indirect
|
|
|
|
github.com/spf13/cobra v1.1.3
|
|
|
|
github.com/spf13/jwalterweatherman v1.1.0 // indirect
|
|
|
|
github.com/spf13/viper v1.7.1
|
2021-09-30 16:01:53 +00:00
|
|
|
github.com/status-im/go-libp2p-rendezvous v0.0.0-20210930154620-020ef08b264a
|
2021-07-29 16:35:08 +00:00
|
|
|
github.com/status-im/go-wakurelay-pubsub v0.4.3-0.20210729162817-adc68830282a
|
2021-09-27 17:52:56 +00:00
|
|
|
github.com/stretchr/testify v1.7.0
|
2021-10-01 18:37:52 +00:00
|
|
|
github.com/syndtr/goleveldb v1.0.1-0.20210305035536-64b5b1c73954
|
2021-06-28 13:20:23 +00:00
|
|
|
go.opencensus.io v0.23.0
|
2021-09-27 17:52:56 +00:00
|
|
|
golang.org/x/crypto v0.0.0-20210616213533-5ff15b29337e // indirect
|
2021-03-18 23:21:45 +00:00
|
|
|
gopkg.in/ini.v1 v1.62.0 // indirect
|
2021-03-11 20:27:12 +00:00
|
|
|
)
|