go-waku/examples/peer_events/go.mod

14 lines
341 B
Modula-2
Raw Normal View History

2021-06-16 10:14:22 +00:00
module peer_events
go 1.15
2021-10-12 13:44:03 +00:00
// 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
2021-06-16 10:14:22 +00:00
require (
github.com/ethereum/go-ethereum v1.10.4
2021-06-16 10:14:22 +00:00
github.com/ipfs/go-log v1.0.5
2021-10-12 13:44:03 +00:00
github.com/status-im/go-waku v0.0.0-20211012131444-baf57d82a30a // indirect
2021-06-16 10:14:22 +00:00
)