mirror of
https://github.com/vbatts/freezing-octo-hipster.git
synced 2025-01-09 19:57:08 +00:00
11 lines
329 B
Modula-2
11 lines
329 B
Modula-2
module github.com/vbatts/utils/cmd/mailnotify
|
|
|
|
go 1.12
|
|
|
|
require (
|
|
github.com/luksen/maildir v0.0.0-20210101204218-7ed7afdce6bf
|
|
github.com/mattn/go-gtk v0.0.0-20230419095350-e099c1bf7abc // indirect
|
|
github.com/mqu/go-notify v0.0.0-20130719194048-ef6f6f49d093
|
|
golang.org/x/sys v0.7.0 // indirect
|
|
gopkg.in/fsnotify.v1 v1.4.7
|
|
)
|