mirror of
https://github.com/libp2p/go-eventbus.git
synced 2025-03-14 10:30:05 +08:00
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>
9 lines
144 B
Modula-2
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
|
|
)
|