diff options
author | zeripath <art27@cantab.net> | 2021-12-20 02:49:38 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-20 02:49:38 +0000 |
commit | 25677cdc5b11f7100ca2e4b0819e02ca62e22ab1 (patch) | |
tree | 78711f6d0e55eea067a0846460ebcb3b955ccc5f /go.mod | |
parent | fb5f7791ef0c4bd176a031729623c9d0c1310efb (diff) | |
download | gitea-25677cdc5b11f7100ca2e4b0819e02ca62e22ab1.tar.gz gitea-25677cdc5b11f7100ca2e4b0819e02ca62e22ab1.zip |
Update chroma (#18033)
Update chroma to 0.9.4
Signed-off-by: Andrew Thornton <art27@cantab.net>
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -17,7 +17,7 @@ require ( github.com/ProtonMail/go-crypto v0.0.0-20210705153151-cc34b1f6908b // indirect github.com/PuerkitoBio/goquery v1.7.0 github.com/RoaringBitmap/roaring v0.9.1 // indirect - github.com/alecthomas/chroma v0.9.2 + github.com/alecthomas/chroma v0.9.4 github.com/andybalholm/brotli v1.0.3 // indirect github.com/andybalholm/cascadia v1.2.0 // indirect github.com/blevesearch/bleve/v2 v2.0.6 |