1
0
mirror of https://github.com/libp2p/go-libp2p-core.git synced 2025-04-27 17:00:21 +08:00

mod: require go 1.12

This commit is contained in:
Steven Allen 2019-09-24 10:31:44 -07:00
parent b74f60b9cc
commit 3b4a4b474f

2
go.mod
View File

@ -17,3 +17,5 @@ require (
go.opencensus.io v0.21.0
golang.org/x/crypto v0.0.0-20190618222545-ea8f1a30c443
)
go 1.12