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
7efadfb8
Commit
7efadfb8
authored
6 years ago
by
Steven Allen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
gx: update libp2p stuff
License: MIT Signed-off-by:
Steven Allen
<
steven@stebalien.com
>
parent
3ecaee5b
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 @
7efadfb8
...
...
@@ -8,8 +8,8 @@ import (
"strings"
pin
"github.com/ipfs/go-ipfs/pin"
dag
"gx/ipfs/Qm
Utsx89yiCY6F8mbpP6ecXckiSzCBH7EvkKZuZEHBcr1m
/go-merkledag"
bserv
"gx/ipfs/Qm
bgbNxC1PMyS2gbx7nf2jKNG7bZAfYJJebdK4ptBBWCz1
/go-blockservice"
dag
"gx/ipfs/Qm
QvMsV5aPyd7eMd3U1hvAUhZEupG3rXbVZn7ppU5RE6bt
/go-merkledag"
bserv
"gx/ipfs/Qm
ZuPasxd7fSgtzRzCL7Z8J8QwDJML2fgBUExRbQCqb4BT
/go-blockservice"
cid
"gx/ipfs/QmR8BauakNcBa3RbE4nbQu76PDiJgoQgz8AJdhJuiU4TAw/go-cid"
ipld
"gx/ipfs/QmRL22E4paat7ky7vx9MLpR97JHHbFPrg3ytFQw6qp1y1s/go-ipld-format"
...
...
This diff is collapsed.
Click to expand it.
pin.go
View file @
7efadfb8
...
...
@@ -10,7 +10,7 @@ import (
"time"
"github.com/ipfs/go-ipfs/dagutils"
mdag
"gx/ipfs/Qm
Utsx89yiCY6F8mbpP6ecXckiSzCBH7EvkKZuZEHBcr1m
/go-merkledag"
mdag
"gx/ipfs/Qm
QvMsV5aPyd7eMd3U1hvAUhZEupG3rXbVZn7ppU5RE6bt
/go-merkledag"
cid
"gx/ipfs/QmR8BauakNcBa3RbE4nbQu76PDiJgoQgz8AJdhJuiU4TAw/go-cid"
ipld
"gx/ipfs/QmRL22E4paat7ky7vx9MLpR97JHHbFPrg3ytFQw6qp1y1s/go-ipld-format"
...
...
This diff is collapsed.
Click to expand it.
pin_test.go
View file @
7efadfb8
...
...
@@ -5,8 +5,8 @@ import (
"testing"
"time"
mdag
"gx/ipfs/Qm
Utsx89yiCY6F8mbpP6ecXckiSzCBH7EvkKZuZEHBcr1m
/go-merkledag"
bs
"gx/ipfs/Qm
bgbNxC1PMyS2gbx7nf2jKNG7bZAfYJJebdK4ptBBWCz1
/go-blockservice"
mdag
"gx/ipfs/Qm
QvMsV5aPyd7eMd3U1hvAUhZEupG3rXbVZn7ppU5RE6bt
/go-merkledag"
bs
"gx/ipfs/Qm
ZuPasxd7fSgtzRzCL7Z8J8QwDJML2fgBUExRbQCqb4BT
/go-blockservice"
util
"gx/ipfs/QmNohiVssaPw3KVLZik59DBVGTSm2dGvYT9eoXt5DQ36Yz/go-ipfs-util"
cid
"gx/ipfs/QmR8BauakNcBa3RbE4nbQu76PDiJgoQgz8AJdhJuiU4TAw/go-cid"
...
...
This diff is collapsed.
Click to expand it.
set.go
View file @
7efadfb8
...
...
@@ -10,7 +10,7 @@ import (
"sort"
"github.com/ipfs/go-ipfs/pin/internal/pb"
"gx/ipfs/Qm
Utsx89yiCY6F8mbpP6ecXckiSzCBH7EvkKZuZEHBcr1m
/go-merkledag"
"gx/ipfs/Qm
QvMsV5aPyd7eMd3U1hvAUhZEupG3rXbVZn7ppU5RE6bt
/go-merkledag"
cid
"gx/ipfs/QmR8BauakNcBa3RbE4nbQu76PDiJgoQgz8AJdhJuiU4TAw/go-cid"
ipld
"gx/ipfs/QmRL22E4paat7ky7vx9MLpR97JHHbFPrg3ytFQw6qp1y1s/go-ipld-format"
...
...
This diff is collapsed.
Click to expand it.
set_test.go
View file @
7efadfb8
...
...
@@ -5,8 +5,8 @@ import (
"encoding/binary"
"testing"
dag
"gx/ipfs/Qm
Utsx89yiCY6F8mbpP6ecXckiSzCBH7EvkKZuZEHBcr1m
/go-merkledag"
bserv
"gx/ipfs/Qm
bgbNxC1PMyS2gbx7nf2jKNG7bZAfYJJebdK4ptBBWCz1
/go-blockservice"
dag
"gx/ipfs/Qm
QvMsV5aPyd7eMd3U1hvAUhZEupG3rXbVZn7ppU5RE6bt
/go-merkledag"
bserv
"gx/ipfs/Qm
ZuPasxd7fSgtzRzCL7Z8J8QwDJML2fgBUExRbQCqb4BT
/go-blockservice"
cid
"gx/ipfs/QmR8BauakNcBa3RbE4nbQu76PDiJgoQgz8AJdhJuiU4TAw/go-cid"
blockstore
"gx/ipfs/QmS2aqUZLJp8kF1ihE5rvDGE5LvmKDPnx32w9Z1BW9xLV5/go-ipfs-blockstore"
...
...
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