Files
keys/client/go.mod
Ash Svitan cf1127a339
All checks were successful
Gitea Build Action / build (push) Successful in 35s
🔨 Refactors id generation/retrieval algorithm
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
2026-01-22 11:20:53 +01:00

12 lines
212 B
Modula-2

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.3
)
require github.com/vcaesar/keycode v0.10.1 // indirect