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
Commits
bef75d50
Commit
bef75d50
authored
Nov 23, 2014
by
Brian Tiger Chow
Committed by
Jeromy
Dec 05, 2014
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix(bitswap/testutils) vendor
License: MIT Signed-off-by:
Brian Tiger Chow
<
brian@perfmode.com
>
parent
fb577966
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
exchange/bitswap/testutils.go
exchange/bitswap/testutils.go
+1
-1
unixfs/io/dagreader.go
unixfs/io/dagreader.go
+1
-1
No files found.
exchange/bitswap/testutils.go
View file @
bef75d50
package
bitswap
import
(
"code.google.com/p/go.net/context"
"
github.com/jbenet/go-ipfs/Godeps/_workspace/src/
code.google.com/p/go.net/context"
ds
"github.com/jbenet/go-ipfs/Godeps/_workspace/src/github.com/jbenet/go-datastore"
ds_sync
"github.com/jbenet/go-ipfs/Godeps/_workspace/src/github.com/jbenet/go-datastore/sync"
"github.com/jbenet/go-ipfs/blocks"
...
...
unixfs/io/dagreader.go
View file @
bef75d50
...
...
@@ -5,7 +5,7 @@ import (
"errors"
"io"
"code.google.com/p/go.net/context"
"
github.com/jbenet/go-ipfs/Godeps/_workspace/src/
code.google.com/p/go.net/context"
proto
"github.com/jbenet/go-ipfs/Godeps/_workspace/src/code.google.com/p/goprotobuf/proto"
mdag
"github.com/jbenet/go-ipfs/merkledag"
...
...
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