🚧 Adds id to websocket call

This commit is contained in:
Daniel Svitan
2025-05-13 13:59:07 +02:00
parent 36f698991d
commit b955fec1ad
4 changed files with 21 additions and 3 deletions

View File

@@ -3,6 +3,7 @@ module svitan.dev/keys/client
go 1.24.1
require (
github.com/google/uuid v1.6.0
github.com/gorilla/websocket v1.5.3
github.com/robotn/gohook v0.42.0
)