Update go-detect-race to latest packaged version and location
License: MIT Signed-off-by: Hector Sanjuan <hector@protocol.ai>
This commit is contained in:
parent
69532e1c32
commit
cc1c2af4b7
|
@ -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"
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue