Skip to content

Commit 941e076

Browse files
committedAug 20, 2015
fix master: make vendor
blame: @whyrusleeping on ed4274c License: MIT Signed-off-by: Juan Batiz-Benet <juan@benet.ai>
1 parent 3dfe02a commit 941e076

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎merkledag/utils/diff.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ import (
55
"fmt"
66
"path"
77

8+
context "github.com/ipfs/go-ipfs/Godeps/_workspace/src/golang.org/x/net/context"
89
key "github.com/ipfs/go-ipfs/blocks/key"
910
dag "github.com/ipfs/go-ipfs/merkledag"
10-
context "golang.org/x/net/context"
1111
)
1212

1313
const (

0 commit comments

Comments
 (0)
Please sign in to comment.