Files
hse-2026/materials/03-http/seminar/websockets/go.mod
T
2026-09-24 21:25:39 +03:00

9 lines
100 B
AMPL

module ws
go 1.20
require (
github.com/google/uuid v1.3.1
github.com/gorilla/websocket v1.5.0
)