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:
@ -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"
|
||||
)
|
||||
|
||||
|
Reference in New Issue
Block a user