🔨 Refactors id generation/retrieval algorithm
All checks were successful
Gitea Build Action / build (push) Successful in 35s
All checks were successful
Gitea Build Action / build (push) Successful in 35s
The client id is now either generated from the device MAC address (from a device that starts with w or e and is up and isn't loopback) or randomly generated
This commit is contained in:
@@ -5,7 +5,7 @@ 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
|
||||
github.com/robotn/gohook v0.42.3
|
||||
)
|
||||
|
||||
require github.com/vcaesar/keycode v0.10.1 // indirect
|
||||
|
||||
Reference in New Issue
Block a user