1
0
mirror of https://github.com/ipfs/kubo.git synced 2025-06-28 17:03:58 +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" "bytes"
"errors" "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" imp "github.com/jbenet/go-ipfs/importer"
ft "github.com/jbenet/go-ipfs/importer/format" ft "github.com/jbenet/go-ipfs/importer/format"

View File

@ -5,7 +5,7 @@ package format
import ( import (
"errors" "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) { func FromBytes(data []byte) (*PBData, error) {

View File

@ -3,7 +3,7 @@ package format
import ( import (
"testing" "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) { func TestMultiBlock(t *testing.T) {