automatic-mouse-mover/go.mod

19 lines
967 B
Modula-2
Raw Permalink Normal View History

2019-03-27 02:50:09 +00:00
module github.com/prashantgupta24/automatic-mouse-mover
require (
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-20190321150332-9d92e0f852ca
github.com/oxtoacart/bpool v0.0.0-20190227141107-8c4636f812cc // indirect
2019-03-28 20:38:01 +00:00
github.com/prashantgupta24/activity-tracker v0.4.0
2019-03-28 19:52:25 +00:00
github.com/sirupsen/logrus v1.4.0
2019-03-28 20:38:01 +00:00
github.com/stretchr/testify v1.3.0
2019-03-27 02:50:09 +00:00
)