mirror of
https://github.com/status-im/go-waku.git
synced 2025-01-31 16:07:40 +00:00
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.16
|
|
github.com/ipfs/go-log v1.0.5
|
|
github.com/status-im/go-waku v0.0.0-20220218174911-0db40c7de58b
|
|
)
|