aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorBobby <[email protected]>2026-03-07 17:59:34 +0530
committerBobby <[email protected]>2026-03-07 17:59:34 +0530
commit6bc2ef7a8972547f10a5a8f50269b0e6b487a580 (patch)
tree62142aca4e136a1e23b2fea943b6d6697b5e155d /go.mod
parenta6ec9a807df68978bf3b85314a4c54c60ecc2b7a (diff)
downloaddove-6bc2ef7a8972547f10a5a8f50269b0e6b487a580.tar.xz
dove-6bc2ef7a8972547f10a5a8f50269b0e6b487a580.zip
fix: move go-smtp and pongo2 dependencies to the main require block
Diffstat (limited to 'go.mod')
-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