mirror of
https://github.com/status-im/go-waku.git
synced 2025-01-16 00:35:14 +00:00
14 lines
326 B
Modula-2
14 lines
326 B
Modula-2
module peer_events
|
|
|
|
go 1.15
|
|
|
|
require (
|
|
github.com/ethereum/go-ethereum v1.10.4
|
|
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 => ../..
|
|
|
|
replace github.com/ethereum/go-ethereum v1.9.5 => github.com/status-im/go-ethereum v1.9.5-status.12
|