mirror of
https://github.com/libp2p/go-eventbus.git
synced 2026-08-18 14:43:27 +08:00
10 lines
210 B
Modula-2
10 lines
210 B
Modula-2
module github.com/libp2p/go-eventbus
|
|
|
|
go 1.12
|
|
|
|
require (
|
|
github.com/libp2p/go-libp2p-core v0.5.7-0.20200520143746-39497bae12c5
|
|
github.com/libp2p/go-libp2p-testing v0.1.1
|
|
github.com/stretchr/testify v1.4.0
|
|
)
|