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-cmds
Commits
f6cd689f
Commit
f6cd689f
authored
Aug 22, 2016
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
72694ed6
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
cli/parse.go
cli/parse.go
+1
-1
command.go
command.go
+1
-1
http/handler.go
http/handler.go
+1
-1
No files found.
cli/parse.go
View file @
f6cd689f
...
...
@@ -12,7 +12,7 @@ import (
cmds
"github.com/ipfs/go-ipfs/commands"
files
"github.com/ipfs/go-ipfs/commands/files"
logging
"gx/ipfs/Qm
NQynaz7qfriSUJkiEZUrm2Wen1u3Kj9goZzWtrPyu7XR
/go-log"
logging
"gx/ipfs/Qm
SpJByNKFX1sCsHBEp3R73FL4NF6FnQTEGyNAXHm2GS52
/go-log"
u
"gx/ipfs/QmZNVWh8LLjAavuQ2JXuFmuYH3C11xo988vSgp7UQrTRj1/go-ipfs-util"
)
...
...
command.go
View file @
f6cd689f
...
...
@@ -15,7 +15,7 @@ import (
"reflect"
"github.com/ipfs/go-ipfs/path"
logging
"gx/ipfs/Qm
NQynaz7qfriSUJkiEZUrm2Wen1u3Kj9goZzWtrPyu7XR
/go-log"
logging
"gx/ipfs/Qm
SpJByNKFX1sCsHBEp3R73FL4NF6FnQTEGyNAXHm2GS52
/go-log"
)
var
log
=
logging
.
Logger
(
"command"
)
...
...
http/handler.go
View file @
f6cd689f
...
...
@@ -16,7 +16,7 @@ import (
context
"gx/ipfs/QmZy2y8t9zQH2a1b8q2ZSLKp17ATuJoCNxxyMFG5qFExpt/go-net/context"
cmds
"github.com/ipfs/go-ipfs/commands"
logging
"gx/ipfs/Qm
NQynaz7qfriSUJkiEZUrm2Wen1u3Kj9goZzWtrPyu7XR
/go-log"
logging
"gx/ipfs/Qm
SpJByNKFX1sCsHBEp3R73FL4NF6FnQTEGyNAXHm2GS52
/go-log"
)
var
log
=
logging
.
Logger
(
"commands/http"
)
...
...
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