summaryrefslogtreecommitdiff
path: root/go.mod
diff options
from:
to:
context:
space:
mode:
authorGravatar SayaAndy <montferrat@tuta.io> 2025-07-26 22:01:30 +0700
committerGravatar SayaAndy <montferrat@tuta.io> 2025-07-26 22:01:30 +0700
commit97e30570056309bda28fc41acba27c01fa1ef9f3 (patch)
treed6102a1756c9fb57bf5b61283d0163b29e3a8881 /go.mod
parent452a99641208db2695f3c1d0419c3a547cabca70 (diff)
downloadweb-97e30570056309bda28fc41acba27c01fa1ef9f3.tar.gz
web-97e30570056309bda28fc41acba27c01fa1ef9f3.zip
refactor: use tailwindcss tool for generating css (vpn required no more for russia)
refactor: move css to sayana-static bucket refactor: first touch of rendering templates
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod3
1 files changed, 3 insertions, 0 deletions
diff --git a/go.mod b/go.mod
index 8269668..578b61b 100644
--- a/go.mod
+++ b/go.mod
@@ -6,6 +6,9 @@ require github.com/gofiber/fiber/v2 v2.52.9
require (
github.com/andybalholm/brotli v1.1.0 // indirect
+ github.com/gofiber/template v1.8.3 // indirect
+ github.com/gofiber/template/html/v2 v2.1.3 // indirect
+ github.com/gofiber/utils v1.1.0 // indirect
github.com/google/uuid v1.6.0 // indirect
github.com/klauspost/compress v1.17.9 // indirect
github.com/mattn/go-colorable v0.1.13 // indirect