Skip to content
This repository has been archived by the owner on May 26, 2022. It is now read-only.

Commit

Permalink
import the correct go-stream-muxer repo
Browse files Browse the repository at this point in the history
  • Loading branch information
marten-seemann committed Jul 19, 2017
1 parent 11a8850 commit 06041c6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion protector_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ import (
"net"
"time"

smux "github.com/jbenet/go-stream-muxer"
tpt "github.com/libp2p/go-libp2p-transport"
smux "github.com/libp2p/go-stream-muxer"
ma "github.com/multiformats/go-multiaddr"

. "github.com/onsi/ginkgo"
Expand Down
2 changes: 1 addition & 1 deletion psk_multistreamconn.go
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
package pnet

import (
smux "github.com/jbenet/go-stream-muxer"
tpt "github.com/libp2p/go-libp2p-transport"
smux "github.com/libp2p/go-stream-muxer"
)

type pskMultiStreamConn struct {
Expand Down

0 comments on commit 06041c6

Please sign in to comment.