This commit is contained in:
teddy
2025-04-18 18:15:59 +07:00
parent f7db944b97
commit d20ff0b41b
10 changed files with 306 additions and 92 deletions

1
go.mod
View File

@@ -3,6 +3,7 @@ module email-notification
go 1.21.1
require (
github.com/google/uuid v1.6.0
github.com/joho/godotenv v1.5.1
gorm.io/driver/postgres v1.5.11
gorm.io/gorm v1.25.12