Refresh test fixtures for chroma v2.2.0

Missing semicolons have been added since chroma v2.0.1
This commit is contained in:
Anthony Fok 2022-06-28 06:37:06 -06:00
parent a520664dc7
commit f7b18ba94e
No known key found for this signature in database
GPG key ID: EA2500B412C59ACF
4 changed files with 92 additions and 92 deletions

2
go.mod
View file

@ -3,7 +3,7 @@ module github.com/niklasfasching/go-org
go 1.18
require (
github.com/alecthomas/chroma/v2 v2.0.1
github.com/alecthomas/chroma/v2 v2.2.0
github.com/pmezard/go-difflib v1.0.0
golang.org/x/net v0.0.0-20201224014010-6772e930b67b
)