Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
adam.huang
go-libp2p
Commits
f62ab58c
Commit
f62ab58c
authored
Apr 28, 2015
by
Henry
Browse files
godeps: move (go)goprotobuf to github location
parent
4a260476
Changes
7
Hide whitespace changes
Inline
Side-by-side
crypto/internal/pb/crypto.pb.go
View file @
f62ab58c
...
...
@@ -14,7 +14,7 @@ It has these top-level messages:
*/
package
crypto_pb
import
proto
"github.com/ipfs/go-ipfs/Godeps/_workspace/src/
code.google
.com/
p/
gogoprotobuf/proto"
import
proto
"github.com/ipfs/go-ipfs/Godeps/_workspace/src/
github
.com/gogo
/
protobuf/proto"
import
math
"math"
// Reference imports to suppress errors if they are not otherwise used.
...
...
crypto/key.go
View file @
f62ab58c
...
...
@@ -19,7 +19,7 @@ import (
"crypto/sha512"
"hash"
proto
"github.com/ipfs/go-ipfs/Godeps/_workspace/src/
code.google
.com/
p/
goprotobuf/proto"
proto
"github.com/ipfs/go-ipfs/Godeps/_workspace/src/
github
.com/
go
go
/
protobuf/proto"
pb
"github.com/ipfs/go-ipfs/p2p/crypto/internal/pb"
u
"github.com/ipfs/go-ipfs/util"
...
...
crypto/rsa.go
View file @
f62ab58c
...
...
@@ -8,7 +8,7 @@ import (
"crypto/x509"
"errors"
proto
"github.com/ipfs/go-ipfs/Godeps/_workspace/src/
code.google
.com/
p/
goprotobuf/proto"
proto
"github.com/ipfs/go-ipfs/Godeps/_workspace/src/
github
.com/
go
go
/
protobuf/proto"
pb
"github.com/ipfs/go-ipfs/p2p/crypto/internal/pb"
)
...
...
crypto/secio/internal/pb/spipe.pb.go
View file @
f62ab58c
...
...
@@ -14,13 +14,11 @@ It has these top-level messages:
*/
package
spipe_pb
import
proto
"github.com/ipfs/go-ipfs/Godeps/_workspace/src/code.google.com/p/gogoprotobuf/proto"
import
json
"encoding/json"
import
proto
"github.com/ipfs/go-ipfs/Godeps/_workspace/src/github.com/gogo/protobuf/proto"
import
math
"math"
// Reference
proto, json, and math
imports to suppress error if they are not otherwise used.
// Reference imports to suppress error
s
if they are not otherwise used.
var
_
=
proto
.
Marshal
var
_
=
&
json
.
SyntaxError
{}
var
_
=
math
.
Inf
type
Propose
struct
{
...
...
crypto/secio/rw.go
View file @
f62ab58c
...
...
@@ -9,7 +9,7 @@ import (
"crypto/hmac"
proto
"github.com/ipfs/go-ipfs/Godeps/_workspace/src/
code.google
.com/
p/
goprotobuf/proto"
proto
"github.com/ipfs/go-ipfs/Godeps/_workspace/src/
github
.com/
go
go
/
protobuf/proto"
msgio
"github.com/ipfs/go-ipfs/Godeps/_workspace/src/github.com/jbenet/go-msgio"
mpool
"github.com/ipfs/go-ipfs/Godeps/_workspace/src/github.com/jbenet/go-msgio/mpool"
context
"github.com/ipfs/go-ipfs/Godeps/_workspace/src/golang.org/x/net/context"
...
...
protocol/identify/id.go
View file @
f62ab58c
...
...
@@ -4,8 +4,8 @@ import (
"strings"
"sync"
ggio
"github.com/ipfs/go-ipfs/Godeps/_workspace/src/code.google.com/p/gogoprotobuf/io"
semver
"github.com/ipfs/go-ipfs/Godeps/_workspace/src/github.com/coreos/go-semver/semver"
ggio
"github.com/ipfs/go-ipfs/Godeps/_workspace/src/github.com/gogo/protobuf/io"
ma
"github.com/ipfs/go-ipfs/Godeps/_workspace/src/github.com/jbenet/go-multiaddr"
context
"github.com/ipfs/go-ipfs/Godeps/_workspace/src/golang.org/x/net/context"
...
...
protocol/identify/pb/identify.pb.go
View file @
f62ab58c
...
...
@@ -13,13 +13,11 @@ It has these top-level messages:
*/
package
identify_pb
import
proto
"github.com/ipfs/go-ipfs/Godeps/_workspace/src/code.google.com/p/gogoprotobuf/proto"
import
json
"encoding/json"
import
proto
"github.com/ipfs/go-ipfs/Godeps/_workspace/src/github.com/gogo/protobuf/proto"
import
math
"math"
// Reference
proto, json, and math
imports to suppress error if they are not otherwise used.
// Reference imports to suppress error
s
if they are not otherwise used.
var
_
=
proto
.
Marshal
var
_
=
&
json
.
SyntaxError
{}
var
_
=
math
.
Inf
type
Identify
struct
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment