diff options
author | Alan Pearce | 2024-06-23 17:22:09 +0200 |
---|---|---|
committer | Alan Pearce | 2024-06-23 19:23:20 +0200 |
commit | fe4a23b550b7450e6e24cd3c78dfd575122d361d (patch) | |
tree | 61e4f2158455ad8e7c05a7c8f219e909a3239263 /go.mod | |
parent | 3a7e71544045647fa3ac702a1f0c5ad14623cb98 (diff) | |
download | website-fe4a23b550b7450e6e24cd3c78dfd575122d361d.tar.lz website-fe4a23b550b7450e6e24cd3c78dfd575122d361d.tar.zst website-fe4a23b550b7450e6e24cd3c78dfd575122d361d.zip |
pre-compress generated files in production
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 1 |
1 files changed, 1 insertions, 0 deletions
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 |