mirror of
https://github.com/go-vgo/robotgo.git
synced 2025-05-29 21:43:55 +00:00
42 lines
1.4 KiB
Modula-2
42 lines
1.4 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.40.0
|
|
github.com/vcaesar/imgo v0.40.2
|
|
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.2 // 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-20240909124753-873cd0166683 // indirect
|
|
github.com/lxn/win v0.0.0-20210218163916-a377121e959e // indirect
|
|
github.com/power-devops/perfstat v0.0.0-20240221224432-82ca36839d55 // indirect
|
|
github.com/shirou/gopsutil/v4 v4.25.1 // indirect
|
|
github.com/tklauser/go-sysconf v0.3.14 // indirect
|
|
github.com/tklauser/numcpus v0.9.0 // indirect
|
|
github.com/vcaesar/screenshot v0.11.0
|
|
github.com/yusufpapurcu/wmi v1.2.4 // indirect
|
|
golang.org/x/exp v0.0.0-20250215185904-eff6e970281f // indirect
|
|
golang.org/x/image v0.24.0 // indirect
|
|
golang.org/x/sys v0.30.0 // indirect
|
|
)
|
|
|
|
// replace golang.org/x/sys => github.com/golang/sys v0.0.0-20190109145017-48ac38b7c8cb
|
|
|
|
// go 1.13
|