Commit 617087ce authored by Marten Seemann's avatar Marten Seemann
Browse files

import the correct go-stream-muxer repo

parent 8f066b56
......@@ -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"
......
......@@ -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"
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment