Skip to content

Commit

Permalink
vendor things
Browse files Browse the repository at this point in the history
  • Loading branch information
jbenet committed Oct 8, 2014
1 parent 2944360 commit dc2dbdb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion importer/dagwriter/dagmodifier.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion importer/format/format.go
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down
2 changes: 1 addition & 1 deletion importer/format/format_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit dc2dbdb

Please sign in to comment.