Implement folder mail notifier

This commit is contained in:
2024-08-25 21:48:47 +02:00
commit 128fdc5f85
5 changed files with 193 additions and 0 deletions

13
go.mod Normal file
View File

@@ -0,0 +1,13 @@
module folder-mail-notifier
go 1.23.0
require (
github.com/joho/godotenv v1.5.1
gopkg.in/fsnotify.v1 v1.4.7
)
require (
github.com/fsnotify/fsnotify v1.7.0 // indirect
golang.org/x/sys v0.24.0 // indirect
)