dotool/go.mod

9 lines
140 B
Modula-2
Raw Normal View History

2022-10-20 15:21:20 +02:00
module git.sr.ht/~geb/dotool
go 1.19
require (
2022-12-28 11:43:19 +01:00
git.sr.ht/~geb/opt v0.0.0-20221207200434-dad26d091d71
2022-10-20 15:21:20 +02:00
github.com/bendahl/uinput v1.6.0
)