Files
websockets-chat-golang/go.mod
T
2026-07-24 21:38:32 +01:00

9 lines
102 B
AMPL

module ws-chat
go 1.26.4
require (
github.com/coder/websocket v1.8.15
golang.org/x/time v0.15.0
)