go-eventbus/go.mod

9 lines
199 B
Modula-2
Raw Normal View History

2019-06-13 10:22:28 +08:00
module github.com/libp2p/go-eventbus
go 1.12
2019-06-19 18:13:18 +08:00
2019-06-19 23:09:42 +08:00
require (
github.com/jbenet/go-detect-race v0.0.0-20150302022421-3463798d9574
github.com/libp2p/go-libp2p-core v0.0.4-0.20190619144953-3605e610067d
)