1
0
Fork 0
mirror of https://github.com/vbatts/freezing-octo-hipster.git synced 2024-11-22 15:05:39 +00:00
random-utils/cmd/mailnotify/go.mod
Vincent Batts efea5fac3d
mailnotify
Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
2019-04-09 09:19:28 -04:00

11 lines
357 B
Modula-2

module github.com/vbatts/utils/cmd/mailnotify
go 1.12
require (
github.com/luksen/maildir v0.0.0-20180118131156-1859503b54bd
github.com/mattn/go-gtk v0.0.0-20190405072524-4deadb416788 // indirect
github.com/mqu/go-notify v0.0.0-20130719194048-ef6f6f49d093
golang.org/x/sys v0.0.0-20190405154228-4b34438f7a67 // indirect
gopkg.in/fsnotify.v1 v1.4.7
)