mirror of
https://github.com/status-im/go-waku.git
synced 2025-02-19 08:47:36 +00:00
* chore: use go-discover instead of go-ethereum/p2p/discover * feat: use validator function for discV5
12 lines
222 B
Modula-2
12 lines
222 B
Modula-2
module filter2
|
|
|
|
go 1.15
|
|
|
|
replace github.com/status-im/go-waku => ../..
|
|
|
|
require (
|
|
github.com/ethereum/go-ethereum v1.10.13
|
|
github.com/ipfs/go-log v1.0.5
|
|
github.com/status-im/go-waku v0.0.0-20211101194039-94e8b9cf86fc
|
|
)
|