1
0
mirror of https://github.com/ipfs/kubo.git synced 2025-06-30 01:52:26 +08:00

move PQ to thirdparty

This commit is contained in:
Brian Tiger Chow
2015-01-18 14:12:55 -08:00
parent 043b57f075
commit 76bea9be0a
3 changed files with 1 additions and 1 deletions

View File

@ -4,9 +4,9 @@ import (
"sync"
"time"
pq "github.com/jbenet/go-ipfs/exchange/bitswap/decision/pq"
wantlist "github.com/jbenet/go-ipfs/exchange/bitswap/wantlist"
peer "github.com/jbenet/go-ipfs/p2p/peer"
pq "github.com/jbenet/go-ipfs/thirdparty/pq"
u "github.com/jbenet/go-ipfs/util"
)