Commit 6fafe570 authored by Marten Seemann's avatar Marten Seemann

import the correct go-stream-muxer repo

parent a8f6f9a4
# go-smux-multistream - a go-stream-muxer shim for multistream # go-smux-multistream - a go-stream-muxer shim for multistream
[![](https://img.shields.io/badge/made%20by-Protocol%20Labs-blue.svg?style=flat-square)](http://ipn.io) [![](https://img.shields.io/badge/freenode-%23ipfs-blue.svg?style=flat-square)](http://webchat.freenode.net/?channels=%23ipfs) ![](https://raw.githubusercontent.com/jbenet/go-stream-muxer/master/img/badge.png) [![](https://img.shields.io/badge/made%20by-Protocol%20Labs-blue.svg?style=flat-square)](http://ipn.io) [![](https://img.shields.io/badge/freenode-%23ipfs-blue.svg?style=flat-square)](http://webchat.freenode.net/?channels=%23ipfs) ![](https://raw.githubusercontent.com/libp2p/go-stream-muxer/master/img/badge.png)
This is an implementation of the [go-stream-muxer](https://github.com/jbenet/go-stream-muxer) interface for [multistream](https://github.com/whyrusleeping/go-multistream). For more information, see that repo. This is an implementation of the [go-stream-muxer](https://github.com/libp2p/go-stream-muxer) interface for [multistream](https://github.com/whyrusleeping/go-multistream). For more information, see that repo.
## Installation ## Installation
......
...@@ -7,7 +7,7 @@ import ( ...@@ -7,7 +7,7 @@ import (
"net" "net"
"time" "time"
smux "github.com/jbenet/go-stream-muxer" smux "github.com/libp2p/go-stream-muxer"
mss "github.com/multiformats/go-multistream" mss "github.com/multiformats/go-multistream"
) )
......
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