go-ws/go.mod
Snider e9425004e2 feat: extract go-ws from core/go pkg/ws
WebSocket hub with channel-based pub/sub. Zero internal dependencies.
Module: forge.lthn.ai/core/go-ws

Co-Authored-By: Virgil <virgil@lethean.io>
2026-02-19 16:08:52 +00:00

14 lines
277 B
Modula-2

module forge.lthn.ai/core/go-ws
go 1.25.5
require (
github.com/gorilla/websocket v1.5.3
github.com/stretchr/testify v1.11.1
)
require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)