Unverified Commit 784f1b4a authored by Steven Allen's avatar Steven Allen Committed by GitHub
Browse files

Merge pull request #276 from libp2p/update-go-detect-race

Update go-detect-race to latest packaged version and location
parents 69532e1c 34ed7b03
5.0.14: QmNh1kGFFdsPu79KNSaL4NUKUPb4Eiz4KHdMtFY6664RDp 5.0.15: QmXGfPjhnro8tgANHDUg4gGgLGYnAz1zcDPAgNeUkzbsN1
...@@ -10,9 +10,8 @@ import ( ...@@ -10,9 +10,8 @@ import (
"testing" "testing"
"time" "time"
detectrace "github.com/ipfs/go-detect-race"
inet "github.com/libp2p/go-libp2p-net" inet "github.com/libp2p/go-libp2p-net"
detectrace "github.com/jbenet/go-detect-race"
peer "github.com/libp2p/go-libp2p-peer" peer "github.com/libp2p/go-libp2p-peer"
protocol "github.com/libp2p/go-libp2p-protocol" protocol "github.com/libp2p/go-libp2p-protocol"
testutil "github.com/libp2p/go-testutil" testutil "github.com/libp2p/go-testutil"
......
...@@ -39,9 +39,9 @@ ...@@ -39,9 +39,9 @@
"version": "0.3.6" "version": "0.3.6"
}, },
{ {
"hash": "QmQHGMVmrsgmqUG8ih3puNXUJneSpi13dkcZpzLKkskUkH", "hash": "Qmf7HqcW7LtCi1W8y2bdx2eJpze74jkbKqpByxgXikdbLF",
"name": "go-detect-race", "name": "go-detect-race",
"version": "0.0.0" "version": "1.0.1"
}, },
{ {
"hash": "QmSF8fPo3jgVBAy8fpdjjYqgG87dkJgUprRBHRd2tmfgpP", "hash": "QmSF8fPo3jgVBAy8fpdjjYqgG87dkJgUprRBHRd2tmfgpP",
...@@ -288,6 +288,6 @@ ...@@ -288,6 +288,6 @@
"license": "MIT", "license": "MIT",
"name": "go-libp2p", "name": "go-libp2p",
"releaseCmd": "git commit -a -m \"gx publish $VERSION\"", "releaseCmd": "git commit -a -m \"gx publish $VERSION\"",
"version": "5.0.14" "version": "5.0.15"
} }
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment