Bump chroma to v0.9.4

chroma v0.9.4 adds "bash-session" (a.k.a. "console") lexer
(from alecthomas/chroma#551) which testdata/readme.markdown.in
happens to use, and hence the need to regenerate testdata/readme.test.
This commit is contained in:
Anthony Fok
2021-11-29 12:55:18 +01:00
committed by Christian Muehlhaeuser
parent 8ad0cc426c
commit 6db32e77e1
3 changed files with 11 additions and 29 deletions
+1 -2
View File
@@ -3,8 +3,7 @@ module github.com/charmbracelet/glamour
go 1.13
require (
github.com/alecthomas/chroma v0.9.2
github.com/asaskevich/govalidator v0.0.0-20210307081110-f21760c49a8d // indirect
github.com/alecthomas/chroma v0.9.4
github.com/microcosm-cc/bluemonday v1.0.16
github.com/muesli/reflow v0.3.0
github.com/muesli/termenv v0.9.0