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-merkledag
Commits
bd7f6d45
Commit
bd7f6d45
authored
Nov 19, 2017
by
Łukasz Magiera
Committed by
Steven Allen
Dec 02, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
gx: Update go-datastore to 1.4.0
License: MIT Signed-off-by:
Łukasz Magiera
<
magik6k@gmail.com
>
parent
eff5b2f3
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
test/utils.go
test/utils.go
+2
-2
utils/utils.go
utils/utils.go
+2
-2
No files found.
test/utils.go
View file @
bd7f6d45
...
...
@@ -5,8 +5,8 @@ import (
bsrv
"github.com/ipfs/go-ipfs/blockservice"
"github.com/ipfs/go-ipfs/exchange/offline"
dag
"github.com/ipfs/go-ipfs/merkledag"
ds
"gx/ipfs/Qm
VSase1JP7cq9QkPT46oNwdp9pT6kBkG3oqS14y3QcZjG
/go-datastore"
dssync
"gx/ipfs/Qm
VSase1JP7cq9QkPT46oNwdp9pT6kBkG3oqS14y3QcZjG
/go-datastore/sync"
ds
"gx/ipfs/Qm
dHG8MAuARdGHxx4rPQASLcvhz24fzjSQq7AJRAQEorq5
/go-datastore"
dssync
"gx/ipfs/Qm
dHG8MAuARdGHxx4rPQASLcvhz24fzjSQq7AJRAQEorq5
/go-datastore/sync"
)
func
Mock
()
dag
.
DAGService
{
...
...
utils/utils.go
View file @
bd7f6d45
...
...
@@ -11,8 +11,8 @@ import (
path
"github.com/ipfs/go-ipfs/path"
node
"gx/ipfs/QmPN7cwmpcc4DWXb4KTB9dNAJgjuPY69h3npsMfhRrQL9c/go-ipld-format"
ds
"gx/ipfs/Qm
VSase1JP7cq9QkPT46oNwdp9pT6kBkG3oqS14y3QcZjG
/go-datastore"
syncds
"gx/ipfs/Qm
VSase1JP7cq9QkPT46oNwdp9pT6kBkG3oqS14y3QcZjG
/go-datastore/sync"
ds
"gx/ipfs/Qm
dHG8MAuARdGHxx4rPQASLcvhz24fzjSQq7AJRAQEorq5
/go-datastore"
syncds
"gx/ipfs/Qm
dHG8MAuARdGHxx4rPQASLcvhz24fzjSQq7AJRAQEorq5
/go-datastore/sync"
)
type
Editor
struct
{
...
...
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