Skip to content

Commit

Permalink
Merge pull request #276 from libp2p/update-go-detect-race
Browse files Browse the repository at this point in the history
Update go-detect-race to latest packaged version and location
  • Loading branch information
Stebalien authored Feb 16, 2018
2 parents 69532e1 + 34ed7b0 commit 784f1b4
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .gx/lastpubver
Original file line number Diff line number Diff line change
@@ -1 +1 @@
5.0.14: QmNh1kGFFdsPu79KNSaL4NUKUPb4Eiz4KHdMtFY6664RDp
5.0.15: QmXGfPjhnro8tgANHDUg4gGgLGYnAz1zcDPAgNeUkzbsN1
3 changes: 1 addition & 2 deletions p2p/net/mock/mock_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,8 @@ import (
"testing"
"time"

detectrace "github.com/ipfs/go-detect-race"
inet "github.com/libp2p/go-libp2p-net"

detectrace "github.com/jbenet/go-detect-race"
peer "github.com/libp2p/go-libp2p-peer"
protocol "github.com/libp2p/go-libp2p-protocol"
testutil "github.com/libp2p/go-testutil"
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@
"version": "0.3.6"
},
{
"hash": "QmQHGMVmrsgmqUG8ih3puNXUJneSpi13dkcZpzLKkskUkH",
"hash": "Qmf7HqcW7LtCi1W8y2bdx2eJpze74jkbKqpByxgXikdbLF",
"name": "go-detect-race",
"version": "0.0.0"
"version": "1.0.1"
},
{
"hash": "QmSF8fPo3jgVBAy8fpdjjYqgG87dkJgUprRBHRd2tmfgpP",
Expand Down Expand Up @@ -288,6 +288,6 @@
"license": "MIT",
"name": "go-libp2p",
"releaseCmd": "git commit -a -m \"gx publish $VERSION\"",
"version": "5.0.14"
"version": "5.0.15"
}

0 comments on commit 784f1b4

Please sign in to comment.