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
39e67f1d
Commit
39e67f1d
authored
6 years ago
by
Steven Allen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
gx update deps
License: MIT Signed-off-by:
Steven Allen
<
steven@stebalien.com
>
parent
ec65f27b
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 @
39e67f1d
...
...
@@ -8,8 +8,8 @@ import (
"strings"
pin
"github.com/ipfs/go-ipfs/pin"
dag
"gx/ipfs/QmR
iQCJZ91B7VNmLvA6sxzDuBJGSojS3uXHHVuNr3iueNZ
/go-merkledag"
bserv
"gx/ipfs/Qm
bSB9Uh3wVgmiCb1fAb8zuC3qAE6un4kd1jvatUurfAmB
/go-blockservice"
dag
"gx/ipfs/QmR
DaC5z6yXkXTTSWzaxs2sSVBon5RRCN6eNtMmpuHtKCr
/go-merkledag"
bserv
"gx/ipfs/Qm
dHqV7L4bpmMtEXVCrgn8RN6CXqMr3aUeogSkXbJGRtwk
/go-blockservice"
logging
"gx/ipfs/QmRREK2CAZ5Re2Bd9zZFG6FeYDppUWt5cMgsoUEp3ktgSr/go-log"
dstore
"gx/ipfs/QmVG5gxteQNEMhrS8prJSmU2C9rebtFuTd3SYZ5kE3YZ5k/go-datastore"
...
...
This diff is collapsed.
Click to expand it.
pin.go
View file @
39e67f1d
...
...
@@ -10,7 +10,7 @@ import (
"time"
"github.com/ipfs/go-ipfs/dagutils"
mdag "gx/ipfs/QmR
iQCJZ91B7VNmLvA6sxzDuBJGSojS3uXHHVuNr3iueNZ
/go-merkledag"
mdag
"gx/ipfs/QmR
DaC5z6yXkXTTSWzaxs2sSVBon5RRCN6eNtMmpuHtKCr
/go-merkledag"
logging
"gx/ipfs/QmRREK2CAZ5Re2Bd9zZFG6FeYDppUWt5cMgsoUEp3ktgSr/go-log"
ds
"gx/ipfs/QmVG5gxteQNEMhrS8prJSmU2C9rebtFuTd3SYZ5kE3YZ5k/go-datastore"
...
...
This diff is collapsed.
Click to expand it.
pin_test.go
View file @
39e67f1d
...
...
@@ -5,8 +5,8 @@ import (
"testing"
"time"
mdag
"gx/ipfs/QmR
iQCJZ91B7VNmLvA6sxzDuBJGSojS3uXHHVuNr3iueNZ
/go-merkledag"
bs
"gx/ipfs/Qm
bSB9Uh3wVgmiCb1fAb8zuC3qAE6un4kd1jvatUurfAmB
/go-blockservice"
mdag
"gx/ipfs/QmR
DaC5z6yXkXTTSWzaxs2sSVBon5RRCN6eNtMmpuHtKCr
/go-merkledag"
bs
"gx/ipfs/Qm
dHqV7L4bpmMtEXVCrgn8RN6CXqMr3aUeogSkXbJGRtwk
/go-blockservice"
util
"gx/ipfs/QmPdKqUcHGFdeSpvjVoaTRPPstGif9GBZb5Q56RVw9o69A/go-ipfs-util"
ds
"gx/ipfs/QmVG5gxteQNEMhrS8prJSmU2C9rebtFuTd3SYZ5kE3YZ5k/go-datastore"
...
...
This diff is collapsed.
Click to expand it.
set.go
View file @
39e67f1d
...
...
@@ -10,7 +10,7 @@ import (
"sort"
"github.com/ipfs/go-ipfs/pin/internal/pb"
"gx/ipfs/QmR
iQCJZ91B7VNmLvA6sxzDuBJGSojS3uXHHVuNr3iueNZ
/go-merkledag"
"gx/ipfs/QmR
DaC5z6yXkXTTSWzaxs2sSVBon5RRCN6eNtMmpuHtKCr
/go-merkledag"
ipld
"gx/ipfs/QmX5CsuHyVZeTLxgRSYkgLSDQKb9UjE8xnhQzCEJWWWFsC/go-ipld-format"
cid
"gx/ipfs/QmZFbDTY9jfSBms2MchvYM9oYRbAF19K7Pby47yDBfpPrb/go-cid"
...
...
This diff is collapsed.
Click to expand it.
set_test.go
View file @
39e67f1d
...
...
@@ -5,8 +5,8 @@ import (
"encoding/binary"
"testing"
dag
"gx/ipfs/QmR
iQCJZ91B7VNmLvA6sxzDuBJGSojS3uXHHVuNr3iueNZ
/go-merkledag"
bserv
"gx/ipfs/Qm
bSB9Uh3wVgmiCb1fAb8zuC3qAE6un4kd1jvatUurfAmB
/go-blockservice"
dag
"gx/ipfs/QmR
DaC5z6yXkXTTSWzaxs2sSVBon5RRCN6eNtMmpuHtKCr
/go-merkledag"
bserv
"gx/ipfs/Qm
dHqV7L4bpmMtEXVCrgn8RN6CXqMr3aUeogSkXbJGRtwk
/go-blockservice"
ds
"gx/ipfs/QmVG5gxteQNEMhrS8prJSmU2C9rebtFuTd3SYZ5kE3YZ5k/go-datastore"
dsq
"gx/ipfs/QmVG5gxteQNEMhrS8prJSmU2C9rebtFuTd3SYZ5kE3YZ5k/go-datastore/query"
...
...
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