mirror of
https://github.com/libp2p/go-eventbus.git
synced 2025-03-13 10:20:10 +08:00
9 lines
209 B
Modula-2
9 lines
209 B
Modula-2
module github.com/libp2p/go-eventbus
|
|
|
|
go 1.12
|
|
|
|
require (
|
|
github.com/libp2p/go-libp2p-core v0.5.1-0.20200326052016-dc8b8fa8c504
|
|
github.com/libp2p/go-libp2p-testing v0.1.1
|
|
github.com/stretchr/testify v1.4.0
|
|
) |