automatic-mouse-mover/go.mod

28 lines
1.5 KiB
Modula-2
Raw Permalink Normal View History

2019-03-27 02:50:09 +00:00
module github.com/prashantgupta24/automatic-mouse-mover
require (
bou.ke/monkey v1.0.1 // indirect
2019-03-27 02:50:09 +00:00
github.com/deckarep/gosx-notifier v0.0.0-20180201035817-e127226297fb
github.com/getlantern/context v0.0.0-20190109183933-c447772a6520 // indirect
github.com/getlantern/errors v0.0.0-20190325191628-abdb3e3e36f7 // indirect
github.com/getlantern/golog v0.0.0-20170508214112-cca714f7feb5 // indirect
github.com/getlantern/hex v0.0.0-20160523043825-083fba3033ad // indirect
github.com/getlantern/hidden v0.0.0-20190325191715-f02dbb02be55 // indirect
github.com/getlantern/ops v0.0.0-20190325191751-d70cb0d6f85f // indirect
github.com/getlantern/systray v0.0.0-20190131073753-26d5b920200d
github.com/go-stack/stack v1.8.0 // indirect
github.com/go-vgo/robotgo v0.0.0-20190409154511-f2a0505446b2
github.com/konsorten/go-windows-terminal-sequences v1.0.2 // indirect
github.com/lxn/win v0.0.0-20190311093451-0040366d7450 // indirect
github.com/otiai10/curr v0.0.0-20150429015615-9b4961190c95 // indirect
github.com/otiai10/mint v1.2.3 // indirect
2019-03-27 02:50:09 +00:00
github.com/oxtoacart/bpool v0.0.0-20190227141107-8c4636f812cc // indirect
github.com/prashantgupta24/activity-tracker v1.0.0
github.com/robotn/gohook v0.0.0-20190318172628-a7a38946710e // indirect
github.com/sirupsen/logrus v1.4.1
2019-03-28 20:38:01 +00:00
github.com/stretchr/testify v1.3.0
golang.org/x/image v0.0.0-20190321063152-3fc05d484e9f // indirect
golang.org/x/net v0.0.0-20190404232315-eb5bcb51f2a3 // indirect
golang.org/x/sys v0.0.0-20190410170021-cc4d4f50624c // indirect
2019-03-27 02:50:09 +00:00
)