Refresh test fixtures for chroma v2.2.0
Missing semicolons have been added since chroma v2.0.1
This commit is contained in:
parent
a520664dc7
commit
f7b18ba94e
4 changed files with 92 additions and 92 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.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
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue