Merge pull request #21 from libp2p/bug/panic-after-close
[DEPENDENT MERGE] Return error rather than panic in Emit
Showing
... | ... | @@ -3,6 +3,6 @@ module github.com/libp2p/go-eventbus |
go 1.12 | ||
require ( | ||
github.com/libp2p/go-libp2p-core v0.0.6 | ||
github.com/libp2p/go-libp2p-core v0.2.2 | ||
github.com/libp2p/go-libp2p-testing v0.0.4 | ||
) |
Please register or sign in to comment