mirror of
https://github.com/logos-messaging/logos-messaging-go.git
synced 2026-01-02 14:03:06 +00:00
12 lines
221 B
Modula-2
12 lines
221 B
Modula-2
module basic2
|
|
|
|
go 1.15
|
|
|
|
replace github.com/status-im/go-waku => ../..
|
|
|
|
require (
|
|
github.com/ethereum/go-ethereum v1.10.16
|
|
github.com/ipfs/go-log v1.0.5
|
|
github.com/status-im/go-waku v0.0.0-20211101194039-94e8b9cf86fc
|
|
)
|