chroma-markdown/go.mod

11 lines
190 B
Modula-2
Raw Normal View History

2023-01-28 22:55:14 +01:00
module github.com/kevinburke/chroma-markdown
go 1.20
require (
2023-11-26 06:32:49 +01:00
github.com/alecthomas/chroma/v2 v2.11.1
2023-11-26 06:12:18 +01:00
golang.org/x/sys v0.14.0
2023-01-28 22:55:14 +01:00
)
2023-11-26 06:32:49 +01:00
require github.com/dlclark/regexp2 v1.10.0 // indirect