All checks were successful
Gitea Build Action / build (push) Successful in 14s
20 lines
507 B
Modula-2
20 lines
507 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/labstack/gommon v0.4.2 // indirect
|
|
github.com/mattn/go-colorable v0.1.13 // indirect
|
|
github.com/mattn/go-isatty v0.0.20 // indirect
|
|
github.com/valyala/bytebufferpool v1.0.0 // indirect
|
|
github.com/valyala/fasttemplate v1.2.2 // indirect
|
|
github.com/vcaesar/keycode v0.10.1 // indirect
|
|
golang.org/x/sys v0.15.0 // indirect
|
|
)
|