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 (
2023-09-13 12:55:19 +02:00
git.sr.ht/~geb/opt v0.0.0-20230911153257-e72225a1933c
2024-05-04 13:35:34 +02:00
github.com/bendahl/uinput v1.7.0
2022-10-20 15:21:20 +02:00
)