forked from go-vgo/robotgo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
21 lines (18 loc) · 830 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
module github.com/go-vgo/robotgo
require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/lxn/win v0.0.0-20191128105842-2da648fda5b4
github.com/otiai10/curr v1.0.0 // indirect
github.com/otiai10/gosseract v2.2.1+incompatible
github.com/robotn/gohook v0.30.1
github.com/robotn/xgb v0.0.0-20190912153532-2cb92d044934
github.com/robotn/xgbutil v0.0.0-20190912154524-c861d6f87770
github.com/vcaesar/gops v0.0.0-20200414162221-c22fcf31d11e
github.com/vcaesar/imgo v0.0.0-20200405175324-e6a1d5a9a558
github.com/vcaesar/tt v0.10.0
golang.org/x/image v0.0.0-20200430140353-33d19683fad8
golang.org/x/net v0.0.0-20200520004742-59133d7f0dd7 // indirect
golang.org/x/sys v0.0.0-20200519105757-fe76b779f299 // indirect
)
// replace golang.org/x/sys => github.com/golang/sys v0.0.0-20190109145017-48ac38b7c8cb
go 1.13