12 lines
219 B
Modula-2
Raw Normal View History

2021-04-04 15:33:21 -04:00
module basic2
go 1.15
replace github.com/status-im/go-waku => ../..
2021-04-04 15:33:21 -04:00
require (
github.com/ethereum/go-ethereum v1.9.5
github.com/ipfs/go-log v1.0.5
github.com/status-im/go-waku v0.0.0-20210428201044-3d8aae5b81b9
2021-04-04 15:33:21 -04:00
)