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:
parent
c1b428de28
commit
bf5c1ea2b9
4 changed files with 8 additions and 9 deletions
2
go.mod
2
go.mod
|
@ -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
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue