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
632ca03c
Commit
632ca03c
authored
7 years ago
by
Łukasz Magiera
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update go-datastore to 1.2.1
License: MIT Signed-off-by:
Łukasz Magiera
<
magik6k@gmail.com
>
parent
f368840e
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
5 deletions
+5
-5
pin.go
pin.go
+1
-1
pin_test.go
pin_test.go
+2
-2
set_test.go
set_test.go
+2
-2
No files found.
pin.go
View file @
632ca03c
...
...
@@ -13,7 +13,7 @@ import (
dutils
"github.com/ipfs/go-ipfs/merkledag/utils"
cid
"gx/ipfs/QmNw61A6sJoXMeP37mJRtQZdNhj5e3FdjoTN3v4FyE96Gk/go-cid"
ds
"gx/ipfs/Qm
RWDav6mzWseLWeYfVd5fvUKiVe9xNH29YfMF438fG364
/go-datastore"
ds
"gx/ipfs/Qm
SiN66ybp5udnQnvhb6euiWiiQWdGvwMhAWa95cC1DTCV
/go-datastore"
logging
"gx/ipfs/QmSpJByNKFX1sCsHBEp3R73FL4NF6FnQTEGyNAXHm2GS52/go-log"
node
"gx/ipfs/QmUBtPvHKFAX43XMsyxsYpMi3U5VwZ4jYFTo4kFhvAR33G/go-ipld-format"
)
...
...
This diff is collapsed.
Click to expand it.
pin_test.go
View file @
632ca03c
...
...
@@ -11,8 +11,8 @@ import (
mdag
"github.com/ipfs/go-ipfs/merkledag"
cid
"gx/ipfs/QmNw61A6sJoXMeP37mJRtQZdNhj5e3FdjoTN3v4FyE96Gk/go-cid"
ds
"gx/ipfs/Qm
RWDav6mzWseLWeYfVd5fvUKiVe9xNH29YfMF438fG364
/go-datastore"
dssync
"gx/ipfs/Qm
RWDav6mzWseLWeYfVd5fvUKiVe9xNH29YfMF438fG364
/go-datastore/sync"
ds
"gx/ipfs/Qm
SiN66ybp5udnQnvhb6euiWiiQWdGvwMhAWa95cC1DTCV
/go-datastore"
dssync
"gx/ipfs/Qm
SiN66ybp5udnQnvhb6euiWiiQWdGvwMhAWa95cC1DTCV
/go-datastore/sync"
"gx/ipfs/QmWbjfz3u6HkAdPh34dgPchGbQjob6LXLhAeCGii2TX69n/go-ipfs-util"
)
...
...
This diff is collapsed.
Click to expand it.
set_test.go
View file @
632ca03c
...
...
@@ -11,8 +11,8 @@ import (
dag
"github.com/ipfs/go-ipfs/merkledag"
cid
"gx/ipfs/QmNw61A6sJoXMeP37mJRtQZdNhj5e3FdjoTN3v4FyE96Gk/go-cid"
ds
"gx/ipfs/Qm
RWDav6mzWseLWeYfVd5fvUKiVe9xNH29YfMF438fG364
/go-datastore"
dsq
"gx/ipfs/Qm
RWDav6mzWseLWeYfVd5fvUKiVe9xNH29YfMF438fG364
/go-datastore/query"
ds
"gx/ipfs/Qm
SiN66ybp5udnQnvhb6euiWiiQWdGvwMhAWa95cC1DTCV
/go-datastore"
dsq
"gx/ipfs/Qm
SiN66ybp5udnQnvhb6euiWiiQWdGvwMhAWa95cC1DTCV
/go-datastore/query"
)
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