diff options
author | silverwind <me@silverwind.io> | 2024-06-04 07:34:34 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-06-04 05:34:34 +0000 |
commit | a7557494cad5aa850536e17cdaf93988f7daa56e (patch) | |
tree | 1b0dfada932fa0c1bb3573697d227c3c4ad2837a /go.mod | |
parent | 93570de4968b7ea843f669b173c373c6fbd1c64a (diff) | |
download | gitea-a7557494cad5aa850536e17cdaf93988f7daa56e.tar.gz gitea-a7557494cad5aa850536e17cdaf93988f7daa56e.zip |
Update chroma to v2.14.0 (#31177)
https://github.com/alecthomas/chroma/releases/tag/v2.14.0
Tested it with a typescript file.
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -20,7 +20,7 @@ require ( github.com/Azure/go-ntlmssp v0.0.0-20221128193559-754e69321358 github.com/ProtonMail/go-crypto v1.0.0 github.com/PuerkitoBio/goquery v1.9.1 - github.com/alecthomas/chroma/v2 v2.13.0 + github.com/alecthomas/chroma/v2 v2.14.0 github.com/blakesmith/ar v0.0.0-20190502131153-809d4375e1fb github.com/blevesearch/bleve/v2 v2.3.10 github.com/buildkite/terminal-to-html/v3 v3.11.0 |