Commit 9618087e authored by Lars Gierth's avatar Lars Gierth Committed by GitHub

Merge pull request #23 from libp2p/fix/ws-dep

Fix go-ws-transport package name, license, bugs.url
parents 7a92f202 b426b7a0
{
"author": "whyrusleeping",
"bugs": {
"url": "https://github.com/libp2p/go-libp2p-swarm"
"url": "https://github.com/libp2p/go-libp2p-swarm/issues"
},
"gx": {
"dvcsimport": "github.com/libp2p/go-libp2p-swarm"
......@@ -58,7 +58,7 @@
{
"author": "whyrusleeping",
"hash": "QmbAnytXbEyaVaiwkA2xPp8PPnkFKnQcfBMdXAcSfnjKtB",
"name": "ws-transport",
"name": "go-ws-transport",
"version": "1.4.5"
},
{
......@@ -94,7 +94,7 @@
],
"gxVersion": "0.9.1",
"language": "go",
"license": "",
"license": "MIT",
"name": "go-libp2p-swarm",
"releaseCmd": "git commit -a -m \"gx publish $VERSION\"",
"version": "1.6.15"
......
......@@ -28,12 +28,12 @@ import (
filter "github.com/libp2p/go-maddr-filter"
ps "github.com/libp2p/go-peerstream"
tcpt "github.com/libp2p/go-tcp-transport"
ws "github.com/libp2p/go-ws-transport"
ma "github.com/multiformats/go-multiaddr"
psmss "github.com/whyrusleeping/go-smux-multistream"
spdy "github.com/whyrusleeping/go-smux-spdystream"
yamux "github.com/whyrusleeping/go-smux-yamux"
mafilter "github.com/whyrusleeping/multiaddr-filter"
ws "github.com/whyrusleeping/ws-transport"
)
var log = logging.Logger("swarm2")
......
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