Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
p2p
go-p2p-secio
Commits
ec5e9537
Commit
ec5e9537
authored
8 years ago
by
Lars Gierth
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Use post-extraction import paths
parent
9c9bd2eb
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
6 deletions
+6
-6
al.go
al.go
+1
-1
interface.go
interface.go
+2
-2
protocol.go
protocol.go
+3
-3
No files found.
al.go
View file @
ec5e9537
...
...
@@ -13,7 +13,7 @@ import (
"crypto/sha512"
"hash"
ci
"github.com/ipfs/go-libp2p
/p2p/
crypto"
ci
"github.com/ipfs/go-libp2p
-
crypto"
bfish
"golang.org/x/crypto/blowfish"
)
...
...
This diff is collapsed.
Click to expand it.
interface.go
View file @
ec5e9537
...
...
@@ -4,9 +4,9 @@ package secio
import
(
"io"
ci
"github.com/ipfs/go-libp2p
/p2p/
crypto"
ci
"github.com/ipfs/go-libp2p
-
crypto"
peer
"github.com/ipfs/go-libp2p
/p2p/
peer"
peer
"github.com/ipfs/go-libp2p
-
peer"
msgio
"github.com/jbenet/go-msgio"
context
"golang.org/x/net/context"
)
...
...
This diff is collapsed.
Click to expand it.
protocol.go
View file @
ec5e9537
...
...
@@ -10,9 +10,9 @@ import (
"time"
u
"github.com/ipfs/go-ipfs-util"
ci
"github.com/ipfs/go-libp2p
/p2p/
crypto"
p
b
"github.com/ipfs/go-libp2p
/p2p/crypto/secio/pb
"
p
eer
"github.com/ipfs/go-libp2p
/p2p/peer
"
ci
"github.com/ipfs/go-libp2p
-
crypto"
p
eer
"github.com/ipfs/go-libp2p
-peer
"
p
b
"github.com/ipfs/go-libp2p
-secio/pb
"
logging
"github.com/ipfs/go-log"
msgio
"github.com/jbenet/go-msgio"
context
"golang.org/x/net/context"
...
...
This diff is collapsed.
Click to expand it.
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