mirror of
https://github.com/libp2p/go-eventbus.git
synced 2025-01-15 02:20:06 +08: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.0.6
|
|
github.com/libp2p/go-libp2p-testing v0.0.4
|
|
)
|