ceph-csi/e2e/vendor/github.com/gorilla/websocket
Niels de Vos f87d06ed85 build: move e2e dependencies into e2e/go.mod
Several packages are only used while running the e2e suite. These
packages are less important to update, as the they can not influence the
final executable that is part of the Ceph-CSI container-image.

By moving these dependencies out of the main Ceph-CSI go.mod, it is
easier to identify if a reported CVE affects Ceph-CSI, or only the
testing (like most of the Kubernetes CVEs).

Signed-off-by: Niels de Vos <ndevos@ibm.com>
2025-03-04 17:43:49 +01:00
..
.gitignore build: move e2e dependencies into e2e/go.mod 2025-03-04 17:43:49 +01:00
AUTHORS build: move e2e dependencies into e2e/go.mod 2025-03-04 17:43:49 +01:00
client.go build: move e2e dependencies into e2e/go.mod 2025-03-04 17:43:49 +01:00
compression.go build: move e2e dependencies into e2e/go.mod 2025-03-04 17:43:49 +01:00
conn.go build: move e2e dependencies into e2e/go.mod 2025-03-04 17:43:49 +01:00
doc.go build: move e2e dependencies into e2e/go.mod 2025-03-04 17:43:49 +01:00
join.go build: move e2e dependencies into e2e/go.mod 2025-03-04 17:43:49 +01:00
json.go build: move e2e dependencies into e2e/go.mod 2025-03-04 17:43:49 +01:00
LICENSE build: move e2e dependencies into e2e/go.mod 2025-03-04 17:43:49 +01:00
mask_safe.go build: move e2e dependencies into e2e/go.mod 2025-03-04 17:43:49 +01:00
mask.go build: move e2e dependencies into e2e/go.mod 2025-03-04 17:43:49 +01:00
prepared.go build: move e2e dependencies into e2e/go.mod 2025-03-04 17:43:49 +01:00
proxy.go build: move e2e dependencies into e2e/go.mod 2025-03-04 17:43:49 +01:00
README.md build: move e2e dependencies into e2e/go.mod 2025-03-04 17:43:49 +01:00
server.go build: move e2e dependencies into e2e/go.mod 2025-03-04 17:43:49 +01:00
tls_handshake_116.go build: move e2e dependencies into e2e/go.mod 2025-03-04 17:43:49 +01:00
tls_handshake.go build: move e2e dependencies into e2e/go.mod 2025-03-04 17:43:49 +01:00
util.go build: move e2e dependencies into e2e/go.mod 2025-03-04 17:43:49 +01:00
x_net_proxy.go build: move e2e dependencies into e2e/go.mod 2025-03-04 17:43:49 +01: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.