go-waku/examples/filter2/go.mod

12 lines
221 B
Modula-2
Raw Normal View History

2021-06-10 12:59:51 +00:00
module filter2
go 1.15
require (
github.com/ethereum/go-ethereum v1.10.4
2021-06-10 12:59:51 +00:00
github.com/ipfs/go-log v1.0.5
github.com/status-im/go-waku v0.0.0-20210525134543-f6ebb5b0f9ae
)
replace github.com/status-im/go-waku => ../..