From 7fee36b4fbae90dacdecb917e262ad58927fe746 Mon Sep 17 00:00:00 2001 From: Bobby <30593201+luciferreeves@users.noreply.github.com> Date: Tue, 20 Jan 2026 14:02:34 +0530 Subject: Add Tailwind CSS and HTMX integration and implement custom template tags --- go.mod | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'go.mod') diff --git a/go.mod b/go.mod index 738984a..d99cfbf 100644 --- a/go.mod +++ b/go.mod @@ -3,7 +3,9 @@ module cafe go 1.25.5 require ( + github.com/flosch/pongo2/v6 v6.0.0 github.com/gofiber/fiber/v2 v2.52.10 + github.com/gofiber/template/django/v3 v3.1.14 github.com/joho/godotenv v1.5.1 gorm.io/driver/postgres v1.6.0 gorm.io/gorm v1.31.1 @@ -11,6 +13,8 @@ require ( require ( github.com/andybalholm/brotli v1.1.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 github.com/jackc/pgpassfile v1.0.0 // indirect github.com/jackc/pgservicefile v0.0.0-20240606120523-5a60cdf6a761 // indirect @@ -23,6 +27,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 -- cgit v1.2.3