make vendor

This commit is contained in:
Juan Batiz-Benet
2014-12-16 14:53:02 -08:00
parent cc3c277479
commit 1044b96811
2 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@ import (
peer "github.com/jbenet/go-ipfs/peer"
pb "github.com/jbenet/go-ipfs/routing/dht/pb"
ggio "code.google.com/p/gogoprotobuf/io"
ggio "github.com/jbenet/go-ipfs/Godeps/_workspace/src/code.google.com/p/gogoprotobuf/io"
context "github.com/jbenet/go-ipfs/Godeps/_workspace/src/code.google.com/p/go.net/context"
)

View File

@ -14,7 +14,7 @@ import (
u "github.com/jbenet/go-ipfs/util"
testutil "github.com/jbenet/go-ipfs/util/testutil"
ggio "code.google.com/p/gogoprotobuf/io"
ggio "github.com/jbenet/go-ipfs/Godeps/_workspace/src/code.google.com/p/gogoprotobuf/io"
context "github.com/jbenet/go-ipfs/Godeps/_workspace/src/code.google.com/p/go.net/context"
ds "github.com/jbenet/go-ipfs/Godeps/_workspace/src/github.com/jbenet/go-datastore"