mirror of https://github.com/status-im/go-waku.git
14 lines
325 B
Modula-2
14 lines
325 B
Modula-2
module filter2
|
|
|
|
go 1.15
|
|
|
|
replace github.com/status-im/go-waku => ../..
|
|
|
|
replace github.com/ethereum/go-ethereum v1.10.17 => github.com/status-im/go-ethereum v1.10.4-status.2
|
|
|
|
require (
|
|
github.com/ethereum/go-ethereum v1.10.17
|
|
github.com/ipfs/go-log v1.0.5
|
|
github.com/status-im/go-waku v0.0.0-20220218174911-0db40c7de58b
|
|
)
|