Update chroma: v0.10.0 -> v2
This commit is contained in:
parent
2c87232bd4
commit
67951ec664
6 changed files with 113 additions and 107 deletions
9
go.mod
9
go.mod
|
@ -3,9 +3,14 @@ module github.com/niklasfasching/go-org
|
|||
go 1.18
|
||||
|
||||
require (
|
||||
github.com/alecthomas/chroma v0.10.0
|
||||
github.com/alecthomas/chroma/v2 v2.0.1
|
||||
github.com/chaseadamsio/goorgeous v2.0.0+incompatible
|
||||
github.com/pmezard/go-difflib v1.0.0
|
||||
github.com/russross/blackfriday v1.6.0
|
||||
golang.org/x/net v0.0.0-20201224014010-6772e930b67b
|
||||
)
|
||||
|
||||
require github.com/dlclark/regexp2 v1.4.0 // indirect
|
||||
require (
|
||||
github.com/dlclark/regexp2 v1.4.0 // indirect
|
||||
github.com/shurcooL/sanitized_anchor_name v1.0.0 // indirect
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue