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-path
Commits
be59187d
Commit
be59187d
authored
Jul 04, 2017
by
Łukasz Magiera
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update go-datastore to 1.2.2, go-cid to 0.7.16
License: MIT Signed-off-by:
Łukasz Magiera
<
magik6k@gmail.com
>
parent
9fc2f814
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
4 deletions
+4
-4
path.go
path.go
+1
-1
resolver.go
resolver.go
+2
-2
resolver_test.go
resolver_test.go
+1
-1
No files found.
path.go
View file @
be59187d
...
...
@@ -5,7 +5,7 @@ import (
"path"
"strings"
cid
"gx/ipfs/Qm
Nw61A6sJoXMeP37mJRtQZdNhj5e3FdjoTN3v4FyE96Gk
/go-cid"
cid
"gx/ipfs/Qm
a4RJSuh7mMeJQYCqMbKzekn6EwBo7HEs5AQYjVRMQATB
/go-cid"
)
// ErrBadPath is returned when a given path is incorrectly formatted
...
...
resolver.go
View file @
be59187d
...
...
@@ -9,9 +9,9 @@ import (
dag
"github.com/ipfs/go-ipfs/merkledag"
cid
"gx/ipfs/Qm
Nw61A6sJoXMeP37mJRtQZdNhj5e3FdjoTN3v4FyE96Gk/go-cid
"
node
"gx/ipfs/Qm
PAKbSsgEX5B6fpmxa61jXYnoWzZr5sNafd3qgPiSH8Uv/go-ipld-format
"
logging
"gx/ipfs/QmSpJByNKFX1sCsHBEp3R73FL4NF6FnQTEGyNAXHm2GS52/go-log"
node
"gx/ipfs/Qm
UBtPvHKFAX43XMsyxsYpMi3U5VwZ4jYFTo4kFhvAR33G/go-ipld-format
"
cid
"gx/ipfs/Qm
a4RJSuh7mMeJQYCqMbKzekn6EwBo7HEs5AQYjVRMQATB/go-cid
"
)
var
log
=
logging
.
Logger
(
"path"
)
...
...
resolver_test.go
View file @
be59187d
...
...
@@ -9,7 +9,7 @@ import (
dagmock
"github.com/ipfs/go-ipfs/merkledag/test"
path
"github.com/ipfs/go-ipfs/path"
node
"gx/ipfs/Qm
UBtPvHKFAX43XMsyxsYpMi3U5VwZ4jYFTo4kFhvAR33G
/go-ipld-format"
node
"gx/ipfs/Qm
PAKbSsgEX5B6fpmxa61jXYnoWzZr5sNafd3qgPiSH8Uv
/go-ipld-format"
util
"gx/ipfs/QmWbjfz3u6HkAdPh34dgPchGbQjob6LXLhAeCGii2TX69n/go-ipfs-util"
)
...
...
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