修改go.mod文件

This commit is contained in:
zhouqing 2024-06-16 04:51:16 +08:00
commit c8d0020b0c

5
go.mod
View File

@ -1,3 +1,8 @@
module gohook module gohook
go 1.22 go 1.22
require (
github.com/vcaesar/keycode v0.10.1
github.com/vcaesar/tt v0.20.0
)