14 lines
324 B
Modula-2
Raw Normal View History

2021-04-04 15:33:21 -04:00
module basic2
go 1.15
2021-11-10 10:28:45 -04:00
replace github.com/status-im/go-waku => ../..
2022-03-21 20:48:46 -04:00
replace github.com/ethereum/go-ethereum v1.10.17 => github.com/status-im/go-ethereum v1.10.4-status.2
2021-04-04 15:33:21 -04:00
require (
2022-03-21 20:48:46 -04:00
github.com/ethereum/go-ethereum v1.10.17
2021-04-04 15:33:21 -04:00
github.com/ipfs/go-log v1.0.5
2021-11-01 20:05:20 -04:00
github.com/status-im/go-waku v0.0.0-20211101194039-94e8b9cf86fc
2021-04-04 15:33:21 -04:00
)