Skip to content

Commit

Permalink
Merge pull request #39 from libp2p/dep/import-smux
Browse files Browse the repository at this point in the history
dep: import go-libp2p-mplex into the libp2p org
  • Loading branch information
Stebalien authored May 22, 2019
2 parents 7972f88 + b06b0e6 commit e083cfd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion p2p/transport/tcp/tcp_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ import (
"testing"

insecure "github.com/libp2p/go-conn-security/insecure"
mplex "github.com/libp2p/go-libp2p-mplex"
tptu "github.com/libp2p/go-libp2p-transport-upgrader"
utils "github.com/libp2p/go-libp2p-transport/test"
ma "github.com/multiformats/go-multiaddr"
mplex "github.com/whyrusleeping/go-smux-multiplex"
)

func TestTcpTransport(t *testing.T) {
Expand Down

0 comments on commit e083cfd

Please sign in to comment.