Skip to content

Commit

Permalink
Merge pull request #4711 from ipfs/extract/pq
Browse files Browse the repository at this point in the history
Extract thirdparty/pq to go-ipfs-pq
  • Loading branch information
whyrusleeping authored Feb 15, 2018
2 parents 6956dad + 9b6a63e commit 53af453
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 191 deletions.
2 changes: 1 addition & 1 deletion exchange/bitswap/decision/peer_request_queue.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ import (
"time"

wantlist "github.com/ipfs/go-ipfs/exchange/bitswap/wantlist"
pq "github.com/ipfs/go-ipfs/thirdparty/pq"

pq "gx/ipfs/QmZUbTDJ39JpvtFCSubiWeUTQRvMA1tVE5RZCJrY4oeAsC/go-ipfs-pq"
peer "gx/ipfs/QmZoWKhxUmZ2seW4BzX6fJkNR8hh9PsGModr7q171yq2SS/go-libp2p-peer"
cid "gx/ipfs/QmcZfnkapfECQGcLZaf9B79NRg7cRa9EnZh4LSbkCzwNvY/go-cid"
)
Expand Down
6 changes: 6 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -546,6 +546,12 @@
"name": "go-ipfs-flags",
"version": "0.0.1"
},
{
"author": "hsanjuan",
"hash": "QmZUbTDJ39JpvtFCSubiWeUTQRvMA1tVE5RZCJrY4oeAsC",
"name": "go-ipfs-pq",
"version": "0.0.1"
},
{
"author": "hsanjuan",
"hash": "QmdQTPWduSeyveSxeCAte33M592isSW5Z979g81aJphrgn",
Expand Down
105 changes: 0 additions & 105 deletions thirdparty/pq/container.go

This file was deleted.

85 changes: 0 additions & 85 deletions thirdparty/pq/container_test.go

This file was deleted.

0 comments on commit 53af453

Please sign in to comment.