Commit fd036eb9 authored by Jeromy Johnson's avatar Jeromy Johnson Committed by GitHub

Merge pull request #2 from marten-seemann/master

import the correct go-stream-muxer repo
parents a8f6f9a4 944edd94
1.5.5: QmRVYfZ7tWNHPBzWiG6KWGzvT2hcGems8srihsQE29x1U5 1.5.6: QmRG2axasVGQCJrBoY7FsNgCyub4y2JUpe96aJFGDCrZNH
# 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"
) )
......
...@@ -25,6 +25,6 @@ ...@@ -25,6 +25,6 @@
"license": "", "license": "",
"name": "go-smux-multistream", "name": "go-smux-multistream",
"releaseCmd": "git commit -a -m \"gx publish $VERSION\"", "releaseCmd": "git commit -a -m \"gx publish $VERSION\"",
"version": "1.5.5" "version": "1.5.6"
} }
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