aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod2
1 files changed, 2 insertions, 0 deletions
diff --git a/go.mod b/go.mod
index 5bd4d76..cc63e5d 100644
--- a/go.mod
+++ b/go.mod
@@ -5,9 +5,11 @@ go 1.22.2
require (
git.sr.ht/~emersion/go-scfg v0.0.0-20240128091534-2ae16e782082
github.com/alecthomas/chroma/v2 v2.13.0
+ github.com/andybalholm/brotli v1.1.0
github.com/go-git/go-git/v5 v5.12.0
github.com/gomarkdown/markdown v0.0.0-20240419095408-642f0ee99ae2
github.com/google/go-cmp v0.6.0
+ github.com/klauspost/compress v1.17.8
github.com/valyala/quicktemplate v1.7.0
golang.org/x/sync v0.7.0
)