1
0
mirror of https://github.com/ipfs/kubo.git synced 2025-06-28 08:47:42 +08:00

vendor things

cc @whyrusleeping
This commit is contained in:
Juan Batiz-Benet
2014-10-08 04:17:49 -07:00
parent 2944360f5c
commit dc2dbdbb02
3 changed files with 3 additions and 3 deletions

View File

@ -4,7 +4,7 @@ import (
"bytes"
"errors"
"code.google.com/p/goprotobuf/proto"
"github.com/jbenet/go-ipfs/Godeps/_workspace/src/code.google.com/p/goprotobuf/proto"
imp "github.com/jbenet/go-ipfs/importer"
ft "github.com/jbenet/go-ipfs/importer/format"

View File

@ -5,7 +5,7 @@ package format
import (
"errors"
"code.google.com/p/goprotobuf/proto"
"github.com/jbenet/go-ipfs/Godeps/_workspace/src/code.google.com/p/goprotobuf/proto"
)
func FromBytes(data []byte) (*PBData, error) {

View File

@ -3,7 +3,7 @@ package format
import (
"testing"
"code.google.com/p/goprotobuf/proto"
"github.com/jbenet/go-ipfs/Godeps/_workspace/src/code.google.com/p/goprotobuf/proto"
)
func TestMultiBlock(t *testing.T) {