aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorBobby <[email protected]>2025-07-07 15:18:49 +0530
committerBobby <[email protected]>2025-07-07 15:18:49 +0530
commit98afdc4673f616bc61f9ef673580ca3933bdef8a (patch)
tree0a6e36249773a35ab2f9f7696501f9b64d849884 /go.mod
parent9e4d6b1e271032d14e55f16395343979276e8de5 (diff)
downloadimageboard-98afdc4673f616bc61f9ef673580ca3933bdef8a.tar.xz
imageboard-98afdc4673f616bc61f9ef673580ca3933bdef8a.zip
refactor to y2k retro style with django templates
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod4
1 files changed, 3 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index b56a0c4..dc538e8 100644
--- a/go.mod
+++ b/go.mod
@@ -5,7 +5,7 @@ go 1.24.4
require (
github.com/gofiber/fiber/v2 v2.52.8
github.com/gofiber/storage/postgres/v2 v2.0.3
- github.com/gofiber/template/html/v2 v2.1.3
+ github.com/gofiber/template/django/v3 v3.1.14
github.com/joho/godotenv v1.5.1
golang.org/x/crypto v0.31.0
gorm.io/driver/postgres v1.6.0
@@ -14,6 +14,7 @@ require (
require (
github.com/andybalholm/brotli v1.1.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
@@ -28,6 +29,7 @@ require (
github.com/mattn/go-isatty v0.0.20 // indirect
github.com/mattn/go-runewidth v0.0.16 // indirect
github.com/rivo/uniseg v0.2.0 // indirect
+ github.com/rogpeppe/go-internal v1.14.1 // indirect
github.com/valyala/bytebufferpool v1.0.0 // indirect
github.com/valyala/fasthttp v1.51.0 // indirect
github.com/valyala/tcplisten v1.0.0 // indirect