Refresh test fixtures for chroma v2.5.0

'tabindex="0"' was removed from <pre> elements in chroma v2.5.0;
see alecthomas/chroma#736
This commit is contained in:
Anthony Fok 2023-03-13 07:01:29 -06:00
parent c1b428de28
commit bf5c1ea2b9
No known key found for this signature in database
GPG key ID: EA2500B412C59ACF
4 changed files with 8 additions and 9 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.2.0
github.com/alecthomas/chroma/v2 v2.5.0
github.com/pmezard/go-difflib v1.0.0
golang.org/x/net v0.0.0-20201224014010-6772e930b67b
)