Skip to content

Commit

Permalink
Merge pull request #43 from libp2p/dep/import-smux
Browse files Browse the repository at this point in the history
dep: import go-smux-* into the libp2p org
  • Loading branch information
Stebalien authored May 22, 2019
2 parents e1669e2 + b7f9522 commit d43aa73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion p2p/transport/websocket/websocket_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ import (
"testing/iotest"

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 TestCanDial(t *testing.T) {
Expand Down

0 comments on commit d43aa73

Please sign in to comment.