🐛 Fixes logging and debugging
All checks were successful
Gitea Build Action / build (push) Successful in 14s
All checks were successful
Gitea Build Action / build (push) Successful in 14s
This commit is contained in:
@@ -8,4 +8,12 @@ require (
|
||||
github.com/robotn/gohook v0.42.3
|
||||
)
|
||||
|
||||
require github.com/vcaesar/keycode v0.10.1 // indirect
|
||||
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
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user