0
0
mirror of https://github.com/crazy-max/diun.git synced 2024-12-22 19:38:28 +00:00
crazy-max_diun/vendor/github.com/gorilla/websocket
dependabot[bot] 083c913f58
chore(deps): bump github.com/eclipse/paho.mqtt.golang
Bumps [github.com/eclipse/paho.mqtt.golang](https://github.com/eclipse/paho.mqtt.golang) from 1.4.3 to 1.5.0.
- [Release notes](https://github.com/eclipse/paho.mqtt.golang/releases)
- [Commits](https://github.com/eclipse/paho.mqtt.golang/compare/v1.4.3...v1.5.0)

---
updated-dependencies:
- dependency-name: github.com/eclipse/paho.mqtt.golang
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-12-15 14:14:26 +00:00
..
.gitignore chore: go mod vendor 2024-12-14 22:30:21 +01:00
AUTHORS chore: go mod vendor 2024-12-14 22:30:21 +01:00
client.go chore(deps): bump github.com/eclipse/paho.mqtt.golang 2024-12-15 14:14:26 +00:00
compression.go chore: go mod vendor 2024-12-14 22:30:21 +01:00
conn.go chore(deps): bump github.com/eclipse/paho.mqtt.golang 2024-12-15 14:14:26 +00:00
doc.go chore: go mod vendor 2024-12-14 22:30:21 +01:00
join.go chore: go mod vendor 2024-12-14 22:30:21 +01:00
json.go chore: go mod vendor 2024-12-14 22:30:21 +01:00
LICENSE chore: go mod vendor 2024-12-14 22:30:21 +01:00
mask_safe.go chore: go mod vendor 2024-12-14 22:30:21 +01:00
mask.go chore: go mod vendor 2024-12-14 22:30:21 +01:00
prepared.go chore: go mod vendor 2024-12-14 22:30:21 +01:00
proxy.go chore: go mod vendor 2024-12-14 22:30:21 +01:00
README.md chore(deps): bump github.com/eclipse/paho.mqtt.golang 2024-12-15 14:14:26 +00:00
server.go chore(deps): bump github.com/eclipse/paho.mqtt.golang 2024-12-15 14:14:26 +00:00
tls_handshake_116.go chore: go mod vendor 2024-12-14 22:30:21 +01:00
tls_handshake.go chore: go mod vendor 2024-12-14 22:30:21 +01:00
util.go chore(deps): bump github.com/eclipse/paho.mqtt.golang 2024-12-15 14:14:26 +00:00
x_net_proxy.go chore: go mod vendor 2024-12-14 22:30:21 +01:00

Gorilla WebSocket

GoDoc CircleCI

Gorilla WebSocket is a Go implementation of the WebSocket protocol.

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.