Bump github.com/libp2p/go-libp2p-core from 0.2.5 to 0.3.0

Bumps [github.com/libp2p/go-libp2p-core](https://github.com/libp2p/go-libp2p-core) from 0.2.5 to 0.3.0.
- [Release notes](https://github.com/libp2p/go-libp2p-core/releases)
- [Commits](https://github.com/libp2p/go-libp2p-core/compare/v0.2.5...v0.3.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot]
2019-12-12 11:19:39 +00:00
committed by GitHub
parent 8ae18d1356
commit 0e3045bb10
2 changed files with 24 additions and 1 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.2.5
github.com/libp2p/go-libp2p-core v0.3.0
github.com/libp2p/go-libp2p-testing v0.1.1
)