Adds websocket server connection

This commit is contained in:
Daniel Svitan
2025-03-22 13:51:40 +01:00
parent 877df49f80
commit b7b5e3169b
3 changed files with 53 additions and 4 deletions

View File

@@ -3,6 +3,8 @@ module svitan.dev/keys/client
go 1.24.1
require (
github.com/robotn/gohook v0.42.0 // indirect
github.com/vcaesar/keycode v0.10.1 // indirect
github.com/gorilla/websocket v1.5.3
github.com/robotn/gohook v0.42.0
)
require github.com/vcaesar/keycode v0.10.1 // indirect