mirror of
https://github.com/go-vgo/robotgo.git
synced 2025-05-31 06:13:55 +00:00
22 lines
912 B
Modula-2
22 lines
912 B
Modula-2
module github.com/go-vgo/robotgo
|
|
|
|
require (
|
|
github.com/lxn/win v0.0.0-20190910083938-ae3bd9765f46
|
|
github.com/otiai10/curr v0.0.0-20190513014714-f5a3d24e5776 // indirect
|
|
github.com/otiai10/gosseract v2.2.1+incompatible
|
|
github.com/robotn/gohook v0.0.0-20190905174353-5bea7a10cc3a
|
|
github.com/robotn/xgb v0.0.0-20190912153532-2cb92d044934
|
|
github.com/robotn/xgbutil v0.0.0-20190912154524-c861d6f87770
|
|
github.com/stretchr/testify v1.3.0 // indirect
|
|
github.com/vcaesar/gops v0.0.0-20190910162627-58ac09d12a53
|
|
github.com/vcaesar/imgo v0.0.0-20190523174309-2cf5275c2a13
|
|
github.com/vcaesar/tt v0.0.0-20190713164158-ecee6bc61ac7
|
|
golang.org/x/image v0.0.0-20190910094157-69e4b8554b2a
|
|
golang.org/x/net v0.0.0-20190724013045-ca1201d0de80 // indirect
|
|
golang.org/x/sys v0.0.0-20190912141932-bc967efca4b8 // indirect
|
|
)
|
|
|
|
//replace golang.org/x/sys => github.com/golang/sys v0.0.0-20190109145017-48ac38b7c8cb
|
|
|
|
go 1.13
|