🎉 Initial client commit

This commit is contained in:
Daniel Svitan
2025-03-21 23:16:41 +01:00
parent 03863161f4
commit 0264c51970
3 changed files with 93 additions and 0 deletions

8
client/go.mod Normal file
View File

@@ -0,0 +1,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
)