mirror of
https://github.com/ipfs/kubo.git
synced 2025-07-29 23:34:47 +08:00
godeps: move (go)goprotobuf to github location
This commit is contained in:
@ -3,7 +3,8 @@ package unixfs
|
||||
import (
|
||||
"testing"
|
||||
|
||||
proto "github.com/ipfs/go-ipfs/Godeps/_workspace/src/code.google.com/p/goprotobuf/proto"
|
||||
proto "github.com/ipfs/go-ipfs/Godeps/_workspace/src/github.com/gogo/protobuf/proto"
|
||||
|
||||
pb "github.com/ipfs/go-ipfs/unixfs/pb"
|
||||
)
|
||||
|
||||
|
Reference in New Issue
Block a user