aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--go.mod4
1 files changed, 2 insertions, 2 deletions
diff --git a/go.mod b/go.mod
index 9995e0d..a14ec58 100644
--- a/go.mod
+++ b/go.mod
@@ -3,6 +3,8 @@ module dove
go 1.25.0
require (
+ github.com/emersion/go-smtp v0.24.0
+ github.com/flosch/pongo2/v6 v6.0.0
github.com/gofiber/fiber/v2 v2.52.12
github.com/gofiber/template/django/v3 v3.1.14
github.com/pelletier/go-toml/v2 v2.2.4
@@ -15,8 +17,6 @@ require (
require (
github.com/andybalholm/brotli v1.1.0 // indirect
github.com/emersion/go-sasl v0.0.0-20241020182733-b788ff22d5a6 // indirect
- github.com/emersion/go-smtp v0.24.0 // indirect
- github.com/flosch/pongo2/v6 v6.0.0 // indirect
github.com/gofiber/template v1.8.3 // indirect
github.com/gofiber/utils v1.1.0 // indirect
github.com/google/uuid v1.6.0 // indirect