Skip to content

Commit 4cef862

Browse files
committedAug 20, 2015
Merge pull request #1595 from ipfs/hotfix-venodr
fix master: make vendor
2 parents 3dfe02a + 941e076 commit 4cef862

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.