diff options
author | bt90 <btom1990@googlemail.com> | 2023-10-26 23:42:24 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-26 23:42:24 +0200 |
commit | 8d6577dabd821c58186dd83921c14cbb87f113fe (patch) | |
tree | 302fb21b9c78a4db2e2813e236a9d9652a1771e5 /go.mod | |
parent | 4f4ddcf3c593b474846d40e47b4351d3deb39202 (diff) | |
download | gitea-8d6577dabd821c58186dd83921c14cbb87f113fe.tar.gz gitea-8d6577dabd821c58186dd83921c14cbb87f113fe.zip |
Chroma v2.10.0 (#27803)
Bump the chroma version to v2.10.0:
https://github.com/alecthomas/chroma/releases/tag/v2.10.0
This release includes a better Java lexer
https://github.com/alecthomas/chroma/pull/873
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/Azure/go-ntlmssp v0.0.0-20221128193559-754e69321358 github.com/NYTimes/gziphandler v1.1.1 github.com/PuerkitoBio/goquery v1.8.1 - github.com/alecthomas/chroma/v2 v2.9.1 + github.com/alecthomas/chroma/v2 v2.10.0 github.com/blakesmith/ar v0.0.0-20190502131153-809d4375e1fb github.com/blevesearch/bleve/v2 v2.3.10 github.com/bufbuild/connect-go v1.10.0 |