diff --git a/Godeps/Godeps.json b/Godeps/Godeps.json index e68f0b42e..ce56dbf78 100644 --- a/Godeps/Godeps.json +++ b/Godeps/Godeps.json @@ -1,6 +1,6 @@ { "ImportPath": "github.com/jbenet/go-ipfs", - "GoVersion": "go1.3", + "GoVersion": "go1.3.3", "Packages": [ "./..." ], diff --git a/net/conn/handshake.go b/net/conn/handshake.go index 36a187061..caabf9dce 100644 --- a/net/conn/handshake.go +++ b/net/conn/handshake.go @@ -11,7 +11,7 @@ import ( context "github.com/jbenet/go-ipfs/Godeps/_workspace/src/code.google.com/p/go.net/context" proto "github.com/jbenet/go-ipfs/Godeps/_workspace/src/code.google.com/p/goprotobuf/proto" - ma "github.com/jbenet/go-multiaddr" + ma "github.com/jbenet/go-ipfs/Godeps/_workspace/src/github.com/jbenet/go-multiaddr" ) // Handshake1 exchanges local and remote versions and compares them diff --git a/net/handshake/pb/handshake.pb.go b/net/handshake/pb/handshake.pb.go index 2e641cdf5..8a0a31efe 100644 --- a/net/handshake/pb/handshake.pb.go +++ b/net/handshake/pb/handshake.pb.go @@ -14,7 +14,7 @@ It has these top-level messages: */ package handshake_pb -import proto "code.google.com/p/gogoprotobuf/proto" +import proto "github.com/jbenet/go-ipfs/Godeps/_workspace/src/code.google.com/p/gogoprotobuf/proto" import math "math" // Reference imports to suppress errors if they are not otherwise used.