Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
p2p
go-p2p-swarm
Commits
b426b7a0
Commit
b426b7a0
authored
Jun 06, 2017
by
Lars Gierth
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix go-ws-transport package name
parent
4b1db524
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
package.json
package.json
+1
-1
swarm.go
swarm.go
+1
-1
No files found.
package.json
View file @
b426b7a0
...
...
@@ -58,7 +58,7 @@
{
"author"
:
"whyrusleeping"
,
"hash"
:
"QmbAnytXbEyaVaiwkA2xPp8PPnkFKnQcfBMdXAcSfnjKtB"
,
"name"
:
"ws-transport"
,
"name"
:
"
go-
ws-transport"
,
"version"
:
"1.4.5"
},
{
...
...
swarm.go
View file @
b426b7a0
...
...
@@ -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"
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment