Skip to content

Commit

Permalink
Extract thirdparty/pq to go-ipfs-pq
Browse files Browse the repository at this point in the history
This moves the `thirdparty/pq` package to https://github.com/ipfs/go-ipfs-pq .

History has been retained. The new package has been gx'ed and published.
Imports have been updated accordingly.

License: MIT
Signed-off-by: Hector Sanjuan <[email protected]>
  • Loading branch information
hsanjuan committed Feb 15, 2018
1 parent 28acec2 commit b20c5ee
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 @@ -557,6 +557,12 @@
"hash": "QmZRcGYvxdauCd7hHnMYLYqcZRaDjv24c7eUNyJojAcdBb",
"name": "go-ipfs-routing",
"version": "0.0.1"
},
{
"author": "hsanjuan",
"hash": "QmZUbTDJ39JpvtFCSubiWeUTQRvMA1tVE5RZCJrY4oeAsC",
"name": "go-ipfs-pq",
"version": "0.0.1"
}
],
"gxVersion": "0.10.0",
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 b20c5ee

Please sign in to comment.