2019-02-19 22:34:55 +08:00
|
|
|
module github.com/robotn/gohook
|
2019-10-27 01:05:46 +08:00
|
|
|
|
2021-09-27 03:09:05 +08:00
|
|
|
go 1.17
|
2020-02-23 00:09:45 +08:00
|
|
|
|
2021-11-24 04:19:46 +08:00
|
|
|
require (
|
|
|
|
github.com/vcaesar/keycode v0.10.0
|
|
|
|
github.com/vcaesar/tt v0.20.0
|
|
|
|
)
|