pkg/vendor/github.com/gorilla/websocket
dependabot[bot] b3a65a0194
Bump github.com/gorilla/websocket from 1.4.2 to 1.5.0 (#2775)
* Bump github.com/gorilla/websocket from 1.4.2 to 1.5.0

Bumps [github.com/gorilla/websocket](https://github.com/gorilla/websocket) from 1.4.2 to 1.5.0.
- [Release notes](https://github.com/gorilla/websocket/releases)
- [Commits](https://github.com/gorilla/websocket/compare/v1.4.2...v1.5.0)

---
updated-dependencies:
- dependency-name: github.com/gorilla/websocket
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Run ./hack/update-codegen.sh

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-08-02 16:05:48 +00:00
..
.gitignore Switch to Go modules (#1179) 2020-04-28 12:43:51 -07:00
AUTHORS Add durable websocket client from serving. (#206) 2018-12-20 13:00:36 -08:00
LICENSE Add durable websocket client from serving. (#206) 2018-12-20 13:00:36 -08:00
README.md Bump github.com/gorilla/websocket from 1.4.2 to 1.5.0 (#2775) 2023-08-02 16:05:48 +00:00
client.go Bump github.com/gorilla/websocket from 1.4.2 to 1.5.0 (#2775) 2023-08-02 16:05:48 +00:00
compression.go Add durable websocket client from serving. (#206) 2018-12-20 13:00:36 -08:00
conn.go Bump github.com/gorilla/websocket from 1.4.2 to 1.5.0 (#2775) 2023-08-02 16:05:48 +00:00
doc.go Back to tracking master branch of floating deps (#1468) 2020-07-07 12:03:44 -07:00
join.go Back to tracking master branch of floating deps (#1468) 2020-07-07 12:03:44 -07:00
json.go Add durable websocket client from serving. (#206) 2018-12-20 13:00:36 -08:00
mask.go Bump github.com/gorilla/websocket from 1.4.2 to 1.5.0 (#2775) 2023-08-02 16:05:48 +00:00
mask_safe.go Bump github.com/gorilla/websocket from 1.4.2 to 1.5.0 (#2775) 2023-08-02 16:05:48 +00:00
prepared.go Back to tracking master branch of floating deps (#1468) 2020-07-07 12:03:44 -07:00
proxy.go Bump github.com/gorilla/websocket from 1.4.2 to 1.5.0 (#2775) 2023-08-02 16:05:48 +00:00
server.go Bump github.com/gorilla/websocket from 1.4.2 to 1.5.0 (#2775) 2023-08-02 16:05:48 +00:00
tls_handshake.go Bump github.com/gorilla/websocket from 1.4.2 to 1.5.0 (#2775) 2023-08-02 16:05:48 +00:00
tls_handshake_116.go Bump github.com/gorilla/websocket from 1.4.2 to 1.5.0 (#2775) 2023-08-02 16:05:48 +00:00
util.go Back to tracking master branch of floating deps (#1468) 2020-07-07 12:03:44 -07:00
x_net_proxy.go Add durable websocket client from serving. (#206) 2018-12-20 13:00:36 -08:00

README.md

Gorilla WebSocket

GoDoc CircleCI

Gorilla WebSocket is a Go implementation of the WebSocket protocol.


⚠️ The Gorilla WebSocket Package is looking for a new maintainer


Documentation

Status

The Gorilla WebSocket package provides a complete and tested implementation of the WebSocket protocol. The package API is stable.

Installation

go get github.com/gorilla/websocket

Protocol Compliance

The Gorilla WebSocket package passes the server tests in the Autobahn Test Suite using the application in the examples/autobahn subdirectory.