stash/vendor/github.com/gorilla/websocket
WithoutPants 30809e16fa
Update go dependencies (#3480)
* Bump golang.org/x/text from 0.3.7 to 0.3.8

Bumps [golang.org/x/text](https://github.com/golang/text) from 0.3.7 to 0.3.8.
- [Release notes](https://github.com/golang/text/releases)
- [Commits](https://github.com/golang/text/compare/v0.3.7...v0.3.8)

---
updated-dependencies:
- dependency-name: golang.org/x/text
  dependency-type: direct:production
...

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

* Update go dependencies

* Update x/net

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-02-28 08:26:14 +11:00
..
.gitignore Dependency updates 2019-05-27 12:34:26 -07:00
AUTHORS Dependency updates 2019-05-27 12:34:26 -07:00
client.go Update go dependencies (#3480) 2023-02-28 08:26:14 +11:00
compression.go Updated dependencies 2019-02-09 16:56:50 -08:00
conn.go Update go dependencies (#3480) 2023-02-28 08:26:14 +11:00
doc.go Selective export (#770) 2020-09-15 17:28:53 +10:00
join.go Selective export (#770) 2020-09-15 17:28:53 +10:00
json.go Dependency updates 2019-05-27 12:34:26 -07:00
LICENSE Updated dependencies 2019-02-09 16:56:50 -08:00
mask.go Update go dependencies (#3480) 2023-02-28 08:26:14 +11:00
mask_safe.go Update go dependencies (#3480) 2023-02-28 08:26:14 +11:00
prepared.go Selective export (#770) 2020-09-15 17:28:53 +10:00
proxy.go Update go dependencies (#3480) 2023-02-28 08:26:14 +11:00
README.md Update go dependencies (#3480) 2023-02-28 08:26:14 +11:00
server.go Update go dependencies (#3480) 2023-02-28 08:26:14 +11:00
tls_handshake.go Update go dependencies (#3480) 2023-02-28 08:26:14 +11:00
tls_handshake_116.go Update go dependencies (#3480) 2023-02-28 08:26:14 +11:00
util.go Selective export (#770) 2020-09-15 17:28:53 +10:00
x_net_proxy.go Dependency updates 2019-05-27 12:34:26 -07:00

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.