mirror of
https://github.com/status-im/go-waku.git
synced 2025-01-15 00:04:36 +00:00
12 lines
224 B
Modula-2
12 lines
224 B
Modula-2
module filter2
|
|
|
|
go 1.15
|
|
|
|
// replace github.com/status-im/go-waku => ../..
|
|
|
|
require (
|
|
github.com/ethereum/go-ethereum v1.10.4
|
|
github.com/ipfs/go-log v1.0.5
|
|
github.com/status-im/go-waku v0.0.0-20211012131444-baf57d82a30a
|
|
)
|