mirror of
https://github.com/libp2p/go-eventbus.git
synced 2025-03-14 10:30:05 +08:00
10 lines
180 B
Modula-2
10 lines
180 B
Modula-2
module github.com/libp2p/go-eventbus
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/libp2p/go-libp2p-core v0.5.7
|
|
github.com/libp2p/go-libp2p-testing v0.1.1
|
|
github.com/stretchr/testify v1.4.0
|
|
)
|