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-quic-transport
Commits
617087ce
Commit
617087ce
authored
Jul 19, 2017
by
Marten Seemann
Browse files
import the correct go-stream-muxer repo
parent
8f066b56
Changes
2
Hide whitespace changes
Inline
Side-by-side
conn.go
View file @
617087ce
...
...
@@ -5,8 +5,8 @@ import (
"net"
"sync"
smux
"github.com/jbenet/go-stream-muxer"
tpt
"github.com/libp2p/go-libp2p-transport"
smux
"github.com/libp2p/go-stream-muxer"
quic
"github.com/lucas-clemente/quic-go"
ma
"github.com/multiformats/go-multiaddr"
manet
"github.com/multiformats/go-multiaddr-net"
...
...
conn_test.go
View file @
617087ce
...
...
@@ -5,7 +5,7 @@ import (
"net"
"time"
smux
"github.com/
jbenet
/go-stream-muxer"
smux
"github.com/
libp2p
/go-stream-muxer"
quic
"github.com/lucas-clemente/quic-go"
"github.com/lucas-clemente/quic-go/protocol"
...
...
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