2018-11-24 15:04:33 +00:00
|
|
|
module github.com/go-vgo/robotgo
|
|
|
|
|
|
|
|
|
|
require (
|
2020-01-20 15:23:55 +00:00
|
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
|
|
|
github.com/lxn/win v0.0.0-20191128105842-2da648fda5b4
|
2019-07-30 17:40:45 +00:00
|
|
|
github.com/otiai10/curr v0.0.0-20190513014714-f5a3d24e5776 // indirect
|
2019-03-01 11:46:30 +00:00
|
|
|
github.com/otiai10/gosseract v2.2.1+incompatible
|
2020-05-19 15:48:34 +00:00
|
|
|
github.com/robotn/gohook v0.30.0
|
2019-09-12 15:47:43 +00:00
|
|
|
github.com/robotn/xgb v0.0.0-20190912153532-2cb92d044934
|
|
|
|
|
github.com/robotn/xgbutil v0.0.0-20190912154524-c861d6f87770
|
2020-01-20 15:23:55 +00:00
|
|
|
github.com/vcaesar/gops v0.0.0-20200120141635-c9dda03b64e2
|
2019-11-02 17:57:46 +00:00
|
|
|
github.com/vcaesar/imgo v0.0.0-20191008162304-a83ea7753bc8
|
2020-05-19 15:48:34 +00:00
|
|
|
github.com/vcaesar/tt v0.10.0
|
2020-01-20 15:23:55 +00:00
|
|
|
golang.org/x/image v0.0.0-20200119044424-58c23975cae1
|
2019-07-30 17:40:45 +00:00
|
|
|
golang.org/x/net v0.0.0-20190724013045-ca1201d0de80 // indirect
|
2020-01-20 15:23:55 +00:00
|
|
|
golang.org/x/sys v0.0.0-20200120150407-c1edf535530b // indirect
|
2018-11-24 15:04:33 +00:00
|
|
|
)
|
|
|
|
|
|
2019-12-08 20:03:24 +00:00
|
|
|
// replace golang.org/x/sys => github.com/golang/sys v0.0.0-20190109145017-48ac38b7c8cb
|
2019-09-05 17:59:46 +00:00
|
|
|
|
|
|
|
|
go 1.13
|