go-waku/examples/basic2/go.mod

10 lines
172 B
Modula-2
Raw Normal View History

2021-04-04 19:33:21 +00:00
module basic2
go 1.15
require (
github.com/ethereum/go-ethereum v1.9.5
github.com/ipfs/go-log v1.0.5
2021-04-11 23:45:42 +00:00
github.com/status-im/go-waku v0.0.0-20210411234359-f9e7589ffdd9
2021-04-04 19:33:21 +00:00
)