gohook/go.mod

9 lines
121 B
Modula-2
Raw Permalink Normal View History

2019-02-19 10:34:55 -04:00
module github.com/robotn/gohook
2019-10-26 13:05:46 -04:00
2021-09-26 15:09:05 -04:00
go 1.17
2020-02-22 12:09:45 -04:00
2021-11-23 16:19:46 -04:00
require (
2023-08-18 10:31:18 -07:00
github.com/vcaesar/keycode v0.10.1
2024-08-26 16:42:12 -07:00
github.com/vcaesar/tt v0.20.1
2021-11-23 16:19:46 -04:00
)