home » torr/wssrv.git
ID: 96864696f6b8b919d16885898b9c14cbd184ec22
8 lines — 100B — View raw


1
2
3
4
5
6
7
8
module wssrv

go 1.22.6

require (
	github.com/gorilla/websocket v1.5.3
	golang.org/x/sys v0.29.0
)