Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
dms3
go-dms3-pinner
Commits
ee102bdb
Commit
ee102bdb
authored
6 years ago
by
Lars Gierth
Committed by
Kevin Atkinson
6 years ago
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
gx: update go-datastore, go-libp2p-swarm
License: MIT Signed-off-by:
Lars Gierth
<
larsg@systemli.org
>
parent
56bb470b
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
20 additions
and
20 deletions
+20
-20
gc/gc.go
gc/gc.go
+5
-5
pin.go
pin.go
+2
-2
pin_test.go
pin_test.go
+6
-6
set.go
set.go
+1
-1
set_test.go
set_test.go
+6
-6
No files found.
gc/gc.go
View file @
ee102bdb
...
...
@@ -8,16 +8,16 @@ import (
"strings"
pin
"github.com/ipfs/go-ipfs/pin"
dag
"gx/ipfs/Qm
cBoNcAP6qDjgRBew7yjvCqHq7p5jMstE44jPUBWBxzsV/go-merkledag
"
bserv
"gx/ipfs/Qm
cRecCZWM2NZfCQrCe97Ch3Givv8KKEP82tGUDntzdLFe/go-blockservice
"
bserv
"gx/ipfs/Qm
QPHB5JqEtHV819eBL8dX2uDfxpCz27oEEEsfUnFpfEdF/go-blockservice
"
dag
"gx/ipfs/Qm
RfWhkc5eHLzZ1FActaXNeThijM2CY6JWc2qynQExFFJm/go-merkledag
"
cid
"gx/ipfs/QmPSQnBKM9g7BaUcZCvswUJVscQ1ipjmwxN5PXCjkp9EQ7/go-cid"
offline
"gx/ipfs/QmR5miWuikPxWyUrzMYJVmFUcD44pGdtc98h9Qsbp4YcJw/go-ipfs-exchange-offline"
dstore
"gx/ipfs/QmUyz7JTJzgegC6tiJrfby3mPhzcdswVtG4x58TQ6pq8jV/go-datastore"
offline
"gx/ipfs/QmPXcrGQQEEPswwg6YiE2WLk8qkmvncZ7zphMKKP8bXqY3/go-ipfs-exchange-offline"
"gx/ipfs/QmVkMRSkXrpjqrroEXWuYBvDBnXCdMMY6gsKicBGVGUqKT/go-verifcid"
logging
"gx/ipfs/QmZChCsSt8DctjceaL56Eibc29CVQq4dGKRXC5JRZ6Ppae/go-log"
dstore
"gx/ipfs/QmbQshXLNcCPRUGZv4sBGxnZNAHREA6MKeomkwihNXPZWP/go-datastore"
ipld
"gx/ipfs/QmdDXJs4axxefSPgK6Y1QhpJWKuDPnGJiqgq4uncb4rFHL/go-ipld-format"
bstore
"gx/ipfs/Qm
driVJgKx4JADRgh3cYPXqXmsa1A45SvFki1nDWHhQNtC
/go-ipfs-blockstore"
bstore
"gx/ipfs/Qm
fUhZX9KpvJiuiziUzP2cjhRAyqHJURsPgRKn1cdDZMKa
/go-ipfs-blockstore"
)
var
log
=
logging
.
Logger
(
"gc"
)
...
...
This diff is collapsed.
Click to expand it.
pin.go
View file @
ee102bdb
...
...
@@ -10,11 +10,11 @@ import (
"time"
"github.com/ipfs/go-ipfs/dagutils"
mdag
"gx/ipfs/Qm
cBoNcAP6qDjgRBew7yjvCqHq7p5jMstE44jPUBWBxzsV
/go-merkledag"
mdag
"gx/ipfs/Qm
RfWhkc5eHLzZ1FActaXNeThijM2CY6JWc2qynQExFFJm
/go-merkledag"
cid
"gx/ipfs/QmPSQnBKM9g7BaUcZCvswUJVscQ1ipjmwxN5PXCjkp9EQ7/go-cid"
ds
"gx/ipfs/QmUyz7JTJzgegC6tiJrfby3mPhzcdswVtG4x58TQ6pq8jV/go-datastore"
logging
"gx/ipfs/QmZChCsSt8DctjceaL56Eibc29CVQq4dGKRXC5JRZ6Ppae/go-log"
ds
"gx/ipfs/QmbQshXLNcCPRUGZv4sBGxnZNAHREA6MKeomkwihNXPZWP/go-datastore"
ipld
"gx/ipfs/QmdDXJs4axxefSPgK6Y1QhpJWKuDPnGJiqgq4uncb4rFHL/go-ipld-format"
)
...
...
This diff is collapsed.
Click to expand it.
pin_test.go
View file @
ee102bdb
...
...
@@ -5,15 +5,15 @@ import (
"testing"
"time"
mdag
"gx/ipfs/Qm
cBoNcAP6qDjgRBew7yjvCqHq7p5jMstE44jPUBWBxzsV/go-merkledag
"
bs
"gx/ipfs/Qm
cRecCZWM2NZfCQrCe97Ch3Givv8KKEP82tGUDntzdLFe/go-blockservice
"
bs
"gx/ipfs/Qm
QPHB5JqEtHV819eBL8dX2uDfxpCz27oEEEsfUnFpfEdF/go-blockservice
"
mdag
"gx/ipfs/Qm
RfWhkc5eHLzZ1FActaXNeThijM2CY6JWc2qynQExFFJm/go-merkledag
"
cid
"gx/ipfs/QmPSQnBKM9g7BaUcZCvswUJVscQ1ipjmwxN5PXCjkp9EQ7/go-cid"
offline
"gx/ipfs/QmPXcrGQQEEPswwg6YiE2WLk8qkmvncZ7zphMKKP8bXqY3/go-ipfs-exchange-offline"
util
"gx/ipfs/QmPdKqUcHGFdeSpvjVoaTRPPstGif9GBZb5Q56RVw9o69A/go-ipfs-util"
offline
"gx/ipfs/QmR5miWuikPxWyUrzMYJVmFUcD44pGdtc98h9Qsbp4YcJw/go-ipfs-exchange-offline"
ds
"gx/ipfs/QmUyz7JTJzgegC6tiJrfby3mPhzcdswVtG4x58TQ6pq8jV/go-datastore"
dssync
"gx/ipfs/QmUyz7JTJzgegC6tiJrfby3mPhzcdswVtG4x58TQ6pq8jV/go-datastore/sync"
blockstore
"gx/ipfs/QmdriVJgKx4JADRgh3cYPXqXmsa1A45SvFki1nDWHhQNtC/go-ipfs-blockstore"
ds
"gx/ipfs/QmbQshXLNcCPRUGZv4sBGxnZNAHREA6MKeomkwihNXPZWP/go-datastore"
dssync
"gx/ipfs/QmbQshXLNcCPRUGZv4sBGxnZNAHREA6MKeomkwihNXPZWP/go-datastore/sync"
blockstore
"gx/ipfs/QmfUhZX9KpvJiuiziUzP2cjhRAyqHJURsPgRKn1cdDZMKa/go-ipfs-blockstore"
)
var
rand
=
util
.
NewTimeSeededRand
()
...
...
This diff is collapsed.
Click to expand it.
set.go
View file @
ee102bdb
...
...
@@ -10,7 +10,7 @@ import (
"sort"
"github.com/ipfs/go-ipfs/pin/internal/pb"
"gx/ipfs/Qm
cBoNcAP6qDjgRBew7yjvCqHq7p5jMstE44jPUBWBxzsV
/go-merkledag"
"gx/ipfs/Qm
RfWhkc5eHLzZ1FActaXNeThijM2CY6JWc2qynQExFFJm
/go-merkledag"
cid
"gx/ipfs/QmPSQnBKM9g7BaUcZCvswUJVscQ1ipjmwxN5PXCjkp9EQ7/go-cid"
ipld
"gx/ipfs/QmdDXJs4axxefSPgK6Y1QhpJWKuDPnGJiqgq4uncb4rFHL/go-ipld-format"
...
...
This diff is collapsed.
Click to expand it.
set_test.go
View file @
ee102bdb
...
...
@@ -5,14 +5,14 @@ import (
"encoding/binary"
"testing"
dag
"gx/ipfs/Qm
cBoNcAP6qDjgRBew7yjvCqHq7p5jMstE44jPUBWBxzsV/go-merkledag
"
bserv
"gx/ipfs/Qm
cRecCZWM2NZfCQrCe97Ch3Givv8KKEP82tGUDntzdLFe/go-blockservice
"
bserv
"gx/ipfs/Qm
QPHB5JqEtHV819eBL8dX2uDfxpCz27oEEEsfUnFpfEdF/go-blockservice
"
dag
"gx/ipfs/Qm
RfWhkc5eHLzZ1FActaXNeThijM2CY6JWc2qynQExFFJm/go-merkledag
"
cid
"gx/ipfs/QmPSQnBKM9g7BaUcZCvswUJVscQ1ipjmwxN5PXCjkp9EQ7/go-cid"
offline
"gx/ipfs/Qm
R5miWuikPxWyUrzMYJVmFUcD44pGdtc98h9Qsbp4YcJw
/go-ipfs-exchange-offline"
ds
"gx/ipfs/Qm
Uyz7JTJzgegC6tiJrfby3mPhzcdswVtG4x58TQ6pq8jV
/go-datastore"
dsq
"gx/ipfs/Qm
Uyz7JTJzgegC6tiJrfby3mPhzcdswVtG4x58TQ6pq8jV
/go-datastore/query"
blockstore
"gx/ipfs/Qm
driVJgKx4JADRgh3cYPXqXmsa1A45SvFki1nDWHhQNtC
/go-ipfs-blockstore"
offline
"gx/ipfs/Qm
PXcrGQQEEPswwg6YiE2WLk8qkmvncZ7zphMKKP8bXqY3
/go-ipfs-exchange-offline"
ds
"gx/ipfs/Qm
bQshXLNcCPRUGZv4sBGxnZNAHREA6MKeomkwihNXPZWP
/go-datastore"
dsq
"gx/ipfs/Qm
bQshXLNcCPRUGZv4sBGxnZNAHREA6MKeomkwihNXPZWP
/go-datastore/query"
blockstore
"gx/ipfs/Qm
fUhZX9KpvJiuiziUzP2cjhRAyqHJURsPgRKn1cdDZMKa
/go-ipfs-blockstore"
)
func
ignoreCids
(
_
cid
.
Cid
)
{}
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment