From 5141fb0c8aab696db8f5bae4fcf2b28d89ec2a56 Mon Sep 17 00:00:00 2001 From: Jeromy Date: Thu, 3 Sep 2015 12:54:10 -0700 Subject: [PATCH] fix import path of generated proto files License: MIT Signed-off-by: Jeromy --- unixfs/pb/unixfs.pb.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/unixfs/pb/unixfs.pb.go b/unixfs/pb/unixfs.pb.go index 074a32998..e89fca29a 100644 --- a/unixfs/pb/unixfs.pb.go +++ b/unixfs/pb/unixfs.pb.go @@ -14,7 +14,7 @@ It has these top-level messages: */ package unixfs_pb -import proto "github.com/gogo/protobuf/proto" +import proto "github.com/ipfs/go-ipfs/Godeps/_workspace/src/github.com/gogo/protobuf/proto" import math "math" // Reference imports to suppress errors if they are not otherwise used.