2024-08-29 01:19:24 +02:00
|
|
|
module git.jaytechlab.com/public/chroma-markdown
|
2023-01-28 22:55:14 +01:00
|
|
|
|
|
|
|
go 1.20
|
|
|
|
|
|
|
|
require (
|
2024-08-29 01:19:24 +02:00
|
|
|
github.com/alecthomas/chroma/v2 v2.14.0
|
2023-11-26 06:12:18 +01:00
|
|
|
golang.org/x/sys v0.14.0
|
2023-01-28 22:55:14 +01:00
|
|
|
)
|
|
|
|
|
2024-08-29 01:19:24 +02:00
|
|
|
require github.com/dlclark/regexp2 v1.11.0 // indirect
|