mirror of
https://github.com/ipfs/kubo.git
synced 2026-02-23 11:27:42 +08:00
fix import path of generated proto files
License: MIT Signed-off-by: Jeromy <jeromyj@gmail.com>
This commit is contained in:
parent
3fc1854d24
commit
5141fb0c8a
@ -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.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user