1
0
mirror of https://github.com/ipfs/kubo.git synced 2025-06-28 00:39:31 +08:00

hotfix(vendor)

This commit is contained in:
Brian Tiger Chow
2014-11-04 08:48:27 -08:00
parent b1958be808
commit 98ebe2f3ec
3 changed files with 3 additions and 3 deletions

2
Godeps/Godeps.json generated
View File

@ -1,6 +1,6 @@
{ {
"ImportPath": "github.com/jbenet/go-ipfs", "ImportPath": "github.com/jbenet/go-ipfs",
"GoVersion": "go1.3", "GoVersion": "go1.3.3",
"Packages": [ "Packages": [
"./..." "./..."
], ],

View File

@ -11,7 +11,7 @@ import (
context "github.com/jbenet/go-ipfs/Godeps/_workspace/src/code.google.com/p/go.net/context" 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" 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 // Handshake1 exchanges local and remote versions and compares them

View File

@ -14,7 +14,7 @@ It has these top-level messages:
*/ */
package handshake_pb 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" import math "math"
// Reference imports to suppress errors if they are not otherwise used. // Reference imports to suppress errors if they are not otherwise used.