mirror of
https://github.com/ipfs/kubo.git
synced 2025-07-01 19:24:14 +08:00
move PQ to thirdparty
This commit is contained in:
@ -4,9 +4,9 @@ import (
|
|||||||
"sync"
|
"sync"
|
||||||
"time"
|
"time"
|
||||||
|
|
||||||
pq "github.com/jbenet/go-ipfs/exchange/bitswap/decision/pq"
|
|
||||||
wantlist "github.com/jbenet/go-ipfs/exchange/bitswap/wantlist"
|
wantlist "github.com/jbenet/go-ipfs/exchange/bitswap/wantlist"
|
||||||
peer "github.com/jbenet/go-ipfs/p2p/peer"
|
peer "github.com/jbenet/go-ipfs/p2p/peer"
|
||||||
|
pq "github.com/jbenet/go-ipfs/thirdparty/pq"
|
||||||
u "github.com/jbenet/go-ipfs/util"
|
u "github.com/jbenet/go-ipfs/util"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user