mirror of
https://github.com/go-vgo/robotgo.git
synced 2025-05-30 22:13:54 +00:00
21 lines
711 B
Modula-2
21 lines
711 B
Modula-2
module github.com/go-vgo/robotgo
|
|
|
|
require (
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
github.com/lxn/win v0.0.0-20201021184640-9c48443b1f44
|
|
github.com/otiai10/curr v1.0.0 // indirect
|
|
github.com/otiai10/gosseract v2.2.1+incompatible
|
|
github.com/robotn/gohook v0.30.4
|
|
github.com/robotn/xgb v0.0.0-20190912153532-2cb92d044934
|
|
github.com/robotn/xgbutil v0.0.0-20190912154524-c861d6f87770
|
|
github.com/vcaesar/gops v0.10.1
|
|
github.com/vcaesar/imgo v0.12.0
|
|
github.com/vcaesar/tt v0.11.0
|
|
golang.org/x/image v0.0.0-20200927104501-e162460cd6b5
|
|
golang.org/x/net v0.0.0-20201002202402-0a1ea396d57c // indirect
|
|
)
|
|
|
|
// replace golang.org/x/sys => github.com/golang/sys v0.0.0-20190109145017-48ac38b7c8cb
|
|
|
|
go 1.13
|