go-eventbus/go.mod
dependabot-preview[bot] 2a09bc5311
Bump github.com/libp2p/go-libp2p-testing from 0.0.4 to 0.1.1
Bumps [github.com/libp2p/go-libp2p-testing](https://github.com/libp2p/go-libp2p-testing) from 0.0.4 to 0.1.1.
- [Release notes](https://github.com/libp2p/go-libp2p-testing/releases)
- [Commits](https://github.com/libp2p/go-libp2p-testing/compare/v0.0.4...v0.1.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-12-06 17:40:46 +00:00

9 lines
144 B
Modula-2

module github.com/libp2p/go-eventbus
go 1.12
require (
github.com/libp2p/go-libp2p-core v0.2.2
github.com/libp2p/go-libp2p-testing v0.1.1
)