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:
@ -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"
|
||||
|
@ -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) {
|
||||
|
@ -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) {
|
||||
|
Reference in New Issue
Block a user