move PQ to thirdparty
Brian Tiger Chow committed
Jan 18, 2015 at 14:12 UTC
76bea9be0a9f79ac1639fd0ce4412fde79a0ccf3
3 files changed
+1
-1
exchange/bitswap/decision/peer_request_queue.go
+1
-1
@@ -4,9 +4,9 @@ import (
4
"sync"
5
"time"
6
7
- pq "github.com/jbenet/go-ipfs/exchange/bitswap/decision/pq"
7
wantlist "github.com/jbenet/go-ipfs/exchange/bitswap/wantlist"
8
peer "github.com/jbenet/go-ipfs/p2p/peer"
9
+ pq "github.com/jbenet/go-ipfs/thirdparty/pq"
10
u "github.com/jbenet/go-ipfs/util"
11
)
12