update go-libp2p-core dep.

This commit is contained in:
Raúl Kripalani
2019-06-20 00:01:35 +01:00
parent fe6d9d1489
commit c7aefba960
2 changed files with 3 additions and 3 deletions

2
go.mod
View File

@@ -4,5 +4,5 @@ go 1.12
require (
github.com/jbenet/go-detect-race v0.0.0-20150302022421-3463798d9574
github.com/libp2p/go-libp2p-core v0.0.4-0.20190619144953-3605e610067d
github.com/libp2p/go-libp2p-core v0.0.4-0.20190619224540-208efcb902d4
)