diff options
| author | 2025-07-26 22:01:30 +0700 | |
|---|---|---|
| committer | 2025-07-26 22:01:30 +0700 | |
| commit | 97e30570056309bda28fc41acba27c01fa1ef9f3 (patch) | |
| tree | d6102a1756c9fb57bf5b61283d0163b29e3a8881 /go.mod | |
| parent | 452a99641208db2695f3c1d0419c3a547cabca70 (diff) | |
| download | web-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.mod | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |