1
0
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:
Henry
2015-04-28 12:33:02 +02:00
parent 4c13369773
commit 5fff7742f3
101 changed files with 684 additions and 12796 deletions

View File

@ -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"
)