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
8593ac21
Commit
8593ac21
authored
8 years ago
by
Jeromy
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update deps for libp2p 3.4.0
License: MIT Signed-off-by:
Jeromy
<
why@ipfs.io
>
parent
e0bf4c12
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
7 additions
and
7 deletions
+7
-7
gc/gc.go
gc/gc.go
+1
-1
pin.go
pin.go
+2
-2
pin_test.go
pin_test.go
+2
-2
set_test.go
set_test.go
+2
-2
No files found.
gc/gc.go
View file @
8593ac21
...
...
@@ -8,7 +8,7 @@ import (
dag
"github.com/ipfs/go-ipfs/merkledag"
pin
"github.com/ipfs/go-ipfs/pin"
logging
"gx/ipfs/Qm
NQynaz7qfriSUJkiEZUrm2Wen1u3Kj9goZzWtrPyu7XR
/go-log"
logging
"gx/ipfs/Qm
SpJByNKFX1sCsHBEp3R73FL4NF6FnQTEGyNAXHm2GS52
/go-log"
context
"gx/ipfs/QmZy2y8t9zQH2a1b8q2ZSLKp17ATuJoCNxxyMFG5qFExpt/go-net/context"
)
...
...
This diff is collapsed.
Click to expand it.
pin.go
View file @
8593ac21
...
...
@@ -10,8 +10,8 @@ import (
key
"github.com/ipfs/go-ipfs/blocks/key"
"github.com/ipfs/go-ipfs/blocks/set"
mdag
"github.com/ipfs/go-ipfs/merkledag"
logging
"gx/ipfs/QmN
Qynaz7qfriSUJkiEZUrm2Wen1u3Kj9goZzWtrPyu7XR/go-log
"
ds
"gx/ipfs/Qm
TxLSvdhwg68WJimdS6icLPhZi28aTp6b7uihC2Yb47Xk/go-datastore
"
ds
"gx/ipfs/QmN
gqJarToRiq2GBaPJhkmW4B5BxS5B74E1rkGvv2JoaTp/go-datastore
"
logging
"gx/ipfs/Qm
SpJByNKFX1sCsHBEp3R73FL4NF6FnQTEGyNAXHm2GS52/go-log
"
context
"gx/ipfs/QmZy2y8t9zQH2a1b8q2ZSLKp17ATuJoCNxxyMFG5qFExpt/go-net/context"
)
...
...
This diff is collapsed.
Click to expand it.
pin_test.go
View file @
8593ac21
...
...
@@ -11,8 +11,8 @@ import (
bs
"github.com/ipfs/go-ipfs/blockservice"
"github.com/ipfs/go-ipfs/exchange/offline"
mdag
"github.com/ipfs/go-ipfs/merkledag"
ds
"gx/ipfs/Qm
TxLSvdhwg68WJimdS6icLPhZi28aTp6b7uihC2Yb47Xk
/go-datastore"
dssync
"gx/ipfs/Qm
TxLSvdhwg68WJimdS6icLPhZi28aTp6b7uihC2Yb47Xk
/go-datastore/sync"
ds
"gx/ipfs/Qm
NgqJarToRiq2GBaPJhkmW4B5BxS5B74E1rkGvv2JoaTp
/go-datastore"
dssync
"gx/ipfs/Qm
NgqJarToRiq2GBaPJhkmW4B5BxS5B74E1rkGvv2JoaTp
/go-datastore/sync"
"gx/ipfs/QmZNVWh8LLjAavuQ2JXuFmuYH3C11xo988vSgp7UQrTRj1/go-ipfs-util"
)
...
...
This diff is collapsed.
Click to expand it.
set_test.go
View file @
8593ac21
...
...
@@ -9,8 +9,8 @@ import (
"github.com/ipfs/go-ipfs/blockservice"
"github.com/ipfs/go-ipfs/exchange/offline"
"github.com/ipfs/go-ipfs/merkledag"
"gx/ipfs/Qm
TxLSvdhwg68WJimdS6icLPhZi28aTp6b7uihC2Yb47Xk
/go-datastore"
dssync
"gx/ipfs/Qm
TxLSvdhwg68WJimdS6icLPhZi28aTp6b7uihC2Yb47Xk
/go-datastore/sync"
"gx/ipfs/Qm
NgqJarToRiq2GBaPJhkmW4B5BxS5B74E1rkGvv2JoaTp
/go-datastore"
dssync
"gx/ipfs/Qm
NgqJarToRiq2GBaPJhkmW4B5BxS5B74E1rkGvv2JoaTp
/go-datastore/sync"
mh
"gx/ipfs/QmYf7ng2hG5XBtJA3tN34DQ2GUN5HNksEw1rLDkmr6vGku/go-multihash"
u
"gx/ipfs/QmZNVWh8LLjAavuQ2JXuFmuYH3C11xo988vSgp7UQrTRj1/go-ipfs-util"
"gx/ipfs/QmZy2y8t9zQH2a1b8q2ZSLKp17ATuJoCNxxyMFG5qFExpt/go-net/context"
...
...
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