WebSocket hub with channel-based pub/sub. Zero internal dependencies. Module: forge.lthn.ai/core/go-ws Co-Authored-By: Virgil <virgil@lethean.io>
14 lines
277 B
Modula-2
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
|
|
)
|