go-waku/examples/filter2/go.mod

14 lines
325 B
Modula-2
Raw Normal View History

2021-06-10 12:59:51 +00:00
module filter2
go 1.15
2021-11-10 14:28:45 +00:00
replace github.com/status-im/go-waku => ../..
2021-10-12 13:44:03 +00:00
2022-03-22 00:48:46 +00:00
replace github.com/ethereum/go-ethereum v1.10.17 => github.com/status-im/go-ethereum v1.10.4-status.2
2021-06-10 12:59:51 +00:00
require (
2022-03-22 00:48:46 +00:00
github.com/ethereum/go-ethereum v1.10.17
2021-06-10 12:59:51 +00:00
github.com/ipfs/go-log v1.0.5
2022-03-22 13:12:58 +00:00
github.com/status-im/go-waku v0.0.0-20220218174911-0db40c7de58b
2021-06-10 12:59:51 +00:00
)