@cryptotaxi247 / kubo / commits / 941e0769e

fix master: make vendor

blame: @whyrusleeping on ed4274c9b75b513672fa674884a5df2cdb45276c License: MIT Signed-off-by: Juan Batiz-Benet <juan@benet.ai>

Juan Batiz-Benet committed Aug 20, 2015 at 18:15 UTC 941e0769ed4ae97292fe326363423c0d0f0b6dd4
1 file changed +1 -1
merkledag/utils/diff.go
+1 -1
@@ -5,9 +5,9 @@ import (
5 "fmt"
6 "path"
7
8 + context "github.com/ipfs/go-ipfs/Godeps/_workspace/src/golang.org/x/net/context"
9 key "github.com/ipfs/go-ipfs/blocks/key"
10 dag "github.com/ipfs/go-ipfs/merkledag"
10 - context "golang.org/x/net/context"
11 )
12
13 const (