Vitaliy Vlasov b9f3f562eb
waku2-filter (#23)
* waku2-filter
2021-06-10 08:59:51 -04:00

13 lines
277 B
Modula-2

module filter2
go 1.15
require (
github.com/ethereum/go-ethereum v1.9.5
github.com/ipfs/go-log v1.0.5
github.com/multiformats/go-multiaddr v0.3.1 // indirect
github.com/status-im/go-waku v0.0.0-20210525134543-f6ebb5b0f9ae
)
replace github.com/status-im/go-waku => ../..