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
ec377733
Commit
ec377733
authored
6 years ago
by
Jeromy
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update bitswap deps
License: MIT Signed-off-by:
Jeromy
<
jeromyj@gmail.com
>
parent
b1b6ab54
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
8 additions
and
8 deletions
+8
-8
gc/gc.go
gc/gc.go
+2
-2
pin.go
pin.go
+1
-1
pin_test.go
pin_test.go
+2
-2
set.go
set.go
+1
-1
set_test.go
set_test.go
+2
-2
No files found.
gc/gc.go
View file @
ec377733
...
...
@@ -8,8 +8,8 @@ import (
"strings"
pin
"github.com/ipfs/go-ipfs/pin"
bserv
"gx/ipfs/Qm
NqRBAhovtf4jVd5cF7YvHaFSsQHHZBaUFwGQWPM2CV7R/go-blockservice
"
dag
"gx/ipfs/Qm
Ry4Qk9hbgFX9NGJRm8rBThrA8PZhNCitMgeRYyZ67s59/go-merkledag
"
dag
"gx/ipfs/Qm
a2BR57Wqp8w9vPreK4dEzoXXk8DFFRL3LresMZg4QpzN/go-merkledag
"
bserv
"gx/ipfs/Qm
fZ5oGGgsx71QcHb6junfFCMGhYWkK8VV61nkCFyt8e5Q/go-blockservice
"
"gx/ipfs/QmQwgv79RHrRnoXmhnpC1BPtY55HHeneGMpPwmmBU1fUAG/go-verifcid"
offline
"gx/ipfs/QmS6mo1dPpHdYsVkm27BRZDLxpKBCiJKUH8fHX15XFfMez/go-ipfs-exchange-offline"
...
...
This diff is collapsed.
Click to expand it.
pin.go
View file @
ec377733
...
...
@@ -10,7 +10,7 @@ import (
"time"
"github.com/ipfs/go-ipfs/dagutils"
mdag
"gx/ipfs/Qm
Ry4Qk9hbgFX9NGJRm8rBThrA8PZhNCitMgeRYyZ67s59
/go-merkledag"
mdag
"gx/ipfs/Qm
a2BR57Wqp8w9vPreK4dEzoXXk8DFFRL3LresMZg4QpzN
/go-merkledag"
cid
"gx/ipfs/QmYVNvtQkeZ6AKSwDrjQTs432QtL6umrrK41EBq3cu7iSP/go-cid"
ipld
"gx/ipfs/QmZtNq8dArGfnpCZfx2pUNY7UcjGhVp5qqwQ4hH6mpTMRQ/go-ipld-format"
...
...
This diff is collapsed.
Click to expand it.
pin_test.go
View file @
ec377733
...
...
@@ -5,8 +5,8 @@ import (
"testing"
"time"
bs
"gx/ipfs/Qm
NqRBAhovtf4jVd5cF7YvHaFSsQHHZBaUFwGQWPM2CV7R/go-blockservice
"
mdag
"gx/ipfs/Qm
Ry4Qk9hbgFX9NGJRm8rBThrA8PZhNCitMgeRYyZ67s59/go-merkledag
"
mdag
"gx/ipfs/Qm
a2BR57Wqp8w9vPreK4dEzoXXk8DFFRL3LresMZg4QpzN/go-merkledag
"
bs
"gx/ipfs/Qm
fZ5oGGgsx71QcHb6junfFCMGhYWkK8VV61nkCFyt8e5Q/go-blockservice
"
util
"gx/ipfs/QmPdKqUcHGFdeSpvjVoaTRPPstGif9GBZb5Q56RVw9o69A/go-ipfs-util"
offline
"gx/ipfs/QmS6mo1dPpHdYsVkm27BRZDLxpKBCiJKUH8fHX15XFfMez/go-ipfs-exchange-offline"
...
...
This diff is collapsed.
Click to expand it.
set.go
View file @
ec377733
...
...
@@ -10,7 +10,7 @@ import (
"sort"
"github.com/ipfs/go-ipfs/pin/internal/pb"
"gx/ipfs/Qm
Ry4Qk9hbgFX9NGJRm8rBThrA8PZhNCitMgeRYyZ67s59
/go-merkledag"
"gx/ipfs/Qm
a2BR57Wqp8w9vPreK4dEzoXXk8DFFRL3LresMZg4QpzN
/go-merkledag"
cid
"gx/ipfs/QmYVNvtQkeZ6AKSwDrjQTs432QtL6umrrK41EBq3cu7iSP/go-cid"
"gx/ipfs/QmZ4Qi3GaRbjcx28Sme5eMH7RQjGkt8wHxt2a65oLaeFEV/gogo-protobuf/proto"
...
...
This diff is collapsed.
Click to expand it.
set_test.go
View file @
ec377733
...
...
@@ -5,8 +5,8 @@ import (
"encoding/binary"
"testing"
bserv
"gx/ipfs/Qm
NqRBAhovtf4jVd5cF7YvHaFSsQHHZBaUFwGQWPM2CV7R/go-blockservice
"
dag
"gx/ipfs/Qm
Ry4Qk9hbgFX9NGJRm8rBThrA8PZhNCitMgeRYyZ67s59/go-merkledag
"
dag
"gx/ipfs/Qm
a2BR57Wqp8w9vPreK4dEzoXXk8DFFRL3LresMZg4QpzN/go-merkledag
"
bserv
"gx/ipfs/Qm
fZ5oGGgsx71QcHb6junfFCMGhYWkK8VV61nkCFyt8e5Q/go-blockservice
"
offline
"gx/ipfs/QmS6mo1dPpHdYsVkm27BRZDLxpKBCiJKUH8fHX15XFfMez/go-ipfs-exchange-offline"
cid
"gx/ipfs/QmYVNvtQkeZ6AKSwDrjQTs432QtL6umrrK41EBq3cu7iSP/go-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