mirror of
https://github.com/go-vgo/robotgo.git
synced 2025-05-28 21:13:55 +00:00
41 lines
1.3 KiB
Modula-2
41 lines
1.3 KiB
Modula-2
module github.com/go-vgo/robotgo
|
|
|
|
go 1.23.0
|
|
|
|
toolchain go1.23.6
|
|
|
|
require (
|
|
github.com/otiai10/gosseract/v2 v2.4.1
|
|
// github.com/robotn/gohook v0.31.3
|
|
github.com/robotn/xgb v0.10.0
|
|
github.com/robotn/xgbutil v0.10.0
|
|
github.com/tailscale/win v0.0.0-20250213223159-5992cb43ca35
|
|
github.com/vcaesar/gops v0.41.0
|
|
github.com/vcaesar/imgo v0.41.0
|
|
github.com/vcaesar/keycode v0.10.1
|
|
github.com/vcaesar/tt v0.20.1
|
|
)
|
|
|
|
require (
|
|
github.com/dblohm7/wingoes v0.0.0-20240820181039-f2b84150679e // indirect
|
|
github.com/ebitengine/purego v0.8.3 // indirect
|
|
github.com/gen2brain/shm v0.1.1 // indirect
|
|
github.com/go-ole/go-ole v1.3.0 // indirect
|
|
github.com/godbus/dbus/v5 v5.1.0 // indirect
|
|
github.com/jezek/xgb v1.1.1 // indirect
|
|
github.com/lufia/plan9stats v0.0.0-20250317134145-8bc96cf8fc35 // indirect
|
|
github.com/power-devops/perfstat v0.0.0-20240221224432-82ca36839d55 // indirect
|
|
github.com/shirou/gopsutil/v4 v4.25.4 // indirect
|
|
github.com/tklauser/go-sysconf v0.3.15 // indirect
|
|
github.com/tklauser/numcpus v0.10.0 // indirect
|
|
github.com/vcaesar/screenshot v0.11.1
|
|
github.com/yusufpapurcu/wmi v1.2.4 // indirect
|
|
golang.org/x/exp v0.0.0-20250506013437-ce4c2cf36ca6 // indirect
|
|
golang.org/x/image v0.27.0 // indirect
|
|
golang.org/x/sys v0.33.0 // indirect
|
|
)
|
|
|
|
// replace golang.org/x/sys => github.com/golang/sys v0.0.0-20190109145017-48ac38b7c8cb
|
|
|
|
// go 1.13
|