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