Browse Source
Merge pull request #895 from libp2p/dependabot/go_modules/github.com/libp2p/go-ws-transport-0.3.1
build(deps): bump github.com/libp2p/go-ws-transport from 0.3.0 to 0.3.1
pull/905/head
Steven Allen
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with
3 additions and
1 deletions
-
go.mod
-
go.sum
|
|
@ -29,7 +29,7 @@ require ( |
|
|
|
github.com/libp2p/go-maddr-filter v0.0.5 |
|
|
|
github.com/libp2p/go-stream-muxer-multistream v0.2.0 |
|
|
|
github.com/libp2p/go-tcp-transport v0.2.0 |
|
|
|
github.com/libp2p/go-ws-transport v0.3.0 |
|
|
|
github.com/libp2p/go-ws-transport v0.3.1 |
|
|
|
github.com/multiformats/go-multiaddr v0.2.1 |
|
|
|
github.com/multiformats/go-multiaddr-dns v0.2.0 |
|
|
|
github.com/multiformats/go-multiaddr-net v0.1.4 |
|
|
|
|
|
@ -290,6 +290,8 @@ github.com/libp2p/go-ws-transport v0.2.0 h1:MJCw2OrPA9+76YNRvdo1wMnSOxb9Bivj6sVF |
|
|
|
github.com/libp2p/go-ws-transport v0.2.0/go.mod h1:9BHJz/4Q5A9ludYWKoGCFC5gUElzlHoKzu0yY9p/klM= |
|
|
|
github.com/libp2p/go-ws-transport v0.3.0 h1:mjo6pL5aVR9rCjl9wNq3DupbaQlyR61pzoOT2MdtxaA= |
|
|
|
github.com/libp2p/go-ws-transport v0.3.0/go.mod h1:bpgTJmRZAvVHrgHybCVyqoBmyLQ1fiZuEaBYusP5zsk= |
|
|
|
github.com/libp2p/go-ws-transport v0.3.1 h1:ZX5rWB8nhRRJVaPO6tmkGI/Xx8XNboYX20PW5hXIscw= |
|
|
|
github.com/libp2p/go-ws-transport v0.3.1/go.mod h1:bpgTJmRZAvVHrgHybCVyqoBmyLQ1fiZuEaBYusP5zsk= |
|
|
|
github.com/libp2p/go-yamux v1.2.2/go.mod h1:FGTiPvoV/3DVdgWpX+tM0OW3tsM+W5bSE3gZwqQTcow= |
|
|
|
github.com/libp2p/go-yamux v1.3.0/go.mod h1:FGTiPvoV/3DVdgWpX+tM0OW3tsM+W5bSE3gZwqQTcow= |
|
|
|
github.com/libp2p/go-yamux v1.3.3 h1:mWuzZRCAeTBFdynLlsYgA/EIeMOLr8XY04wa52NRhsE= |
|
|
|