1
0
Fork 0
mirror of https://github.com/vbatts/freezing-octo-hipster.git synced 2024-11-26 16:55:39 +00:00
random-utils/cmd/mailnotify/go.mod

12 lines
357 B
Modula-2
Raw Normal View History

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
)