mirror of
https://github.com/status-im/status-go.git
synced 2025-01-09 22:26:30 +00:00
9 lines
144 B
Modula-2
9 lines
144 B
Modula-2
|
module github.com/libp2p/go-eventbus
|
||
|
|
||
|
go 1.12
|
||
|
|
||
|
require (
|
||
|
github.com/libp2p/go-libp2p-core v0.2.2
|
||
|
github.com/libp2p/go-libp2p-testing v0.0.4
|
||
|
)
|