set Go version to 1.15 and run go mod tidy

This commit is contained in:
web3-bot 2021-07-19 17:11:37 +00:00
parent a4ba8048f4
commit b6aa9fbf8e

2
go.mod
View File

@ -1,6 +1,6 @@
module github.com/libp2p/go-eventbus
go 1.12
go 1.15
require (
github.com/libp2p/go-libp2p-core v0.5.7