12 lines
224 B
Modula-2
Raw Normal View History

2021-06-10 15:59:51 +03:00
module filter2
go 1.15
2021-10-12 09:44:03 -04:00
// replace github.com/status-im/go-waku => ../..
2021-06-10 15:59:51 +03:00
require (
github.com/ethereum/go-ethereum v1.10.4
2021-06-10 15:59:51 +03:00
github.com/ipfs/go-log v1.0.5
2021-10-12 09:44:03 -04:00
github.com/status-im/go-waku v0.0.0-20211012131444-baf57d82a30a
2021-06-10 15:59:51 +03:00
)