refactor interfaces (#9)

This commit is contained in:
Łukasz Magiera
2019-06-21 18:50:36 +02:00
committed by Raúl Kripalani
parent f100eac4ef
commit 6212a929bf
5 changed files with 133 additions and 122 deletions

2
go.mod
View File

@@ -3,6 +3,6 @@ module github.com/libp2p/go-eventbus
go 1.12
require (
github.com/libp2p/go-libp2p-core v0.0.4
github.com/libp2p/go-libp2p-core v0.0.6
github.com/libp2p/go-libp2p-testing v0.0.4
)