diff options
author | silverwind <me@silverwind.io> | 2023-09-09 16:37:38 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-09 14:37:38 +0000 |
commit | 539ecc24a34e0c5e536e12f886f0732a7e79ba16 (patch) | |
tree | b5302cee13b3d75f9045f067f11d8c9cc93a19fa /go.mod | |
parent | 58abd4f06cb4f60777366122bc75a80fba074546 (diff) | |
download | gitea-539ecc24a34e0c5e536e12f886f0732a7e79ba16.tar.gz gitea-539ecc24a34e0c5e536e12f886f0732a7e79ba16.zip |
Update chroma to v2.9.1 (#26990)
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.8.0 + github.com/alecthomas/chroma/v2 v2.9.1 github.com/blakesmith/ar v0.0.0-20190502131153-809d4375e1fb github.com/blevesearch/bleve/v2 v2.3.9 github.com/bufbuild/connect-go v1.10.0 |