Commit dc2dbdbb authored by Juan Batiz-Benet's avatar Juan Batiz-Benet

vendor things

cc @whyrusleeping
parent 2944360f
......@@ -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) {
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment