@cryptotaxi247 / kubo / commits / 26cdd9957

fix vendor path.

We need to have a test case that fails when any dep path is not vendored. (until we use gx fully that is, and vendor everything with it) License: MIT Signed-off-by: Juan Batiz-Benet <juan@benet.ai>

Juan Batiz-Benet committed Oct 4, 2015 at 02:59 UTC 26cdd9957fb5b1135d94de656698cd92f72e2c1a
1 file changed +1 -1
routing/dht/pb/dht.pb.go
+1 -1
@@ -14,7 +14,7 @@ It has these top-level messages:
14 */
15 package dht_pb
16
17 -import proto "github.com/gogo/protobuf/proto"
17 +import proto "github.com/ipfs/go-ipfs/Godeps/_workspace/src/github.com/gogo/protobuf/proto"
18 import math "math"
19
20 // Reference imports to suppress errors if they are not otherwise used.