From fe4a23b550b7450e6e24cd3c78dfd575122d361d Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Sun, 23 Jun 2024 17:22:09 +0200 Subject: pre-compress generated files in production --- go.mod | 1 + 1 file changed, 1 insertion(+) (limited to 'go.mod') diff --git a/go.mod b/go.mod index 5660e67..8595437 100644 --- a/go.mod +++ b/go.mod @@ -8,6 +8,7 @@ require ( github.com/a-h/htmlformat v0.0.0-20231108124658-5bd994fe268e github.com/a-h/templ v0.2.707 github.com/adrg/frontmatter v0.2.0 + github.com/andybalholm/brotli v1.1.0 github.com/antchfx/xmlquery v1.4.0 github.com/antchfx/xpath v1.3.0 github.com/ardanlabs/conf/v3 v3.1.7 -- cgit 1.4.1