21 lines
562 B
Modula-2
21 lines
562 B
Modula-2
module ekzyis-v2
|
|
|
|
go 1.24.3
|
|
|
|
require (
|
|
github.com/13rac1/goldmark-embed v0.0.0-20201220231550-e6806f2de66a
|
|
github.com/alecthomas/chroma/v2 v2.19.0
|
|
github.com/ekzyis/snappy v0.8.0
|
|
github.com/mangoumbrella/goldmark-figure v1.3.0
|
|
github.com/tdewolff/minify/v2 v2.23.9
|
|
github.com/yuin/goldmark v1.7.12
|
|
github.com/yuin/goldmark-highlighting/v2 v2.0.0-20230729083705-37449abec8cc
|
|
gopkg.in/yaml.v3 v3.0.1
|
|
)
|
|
|
|
require (
|
|
github.com/dlclark/regexp2 v1.11.5 // indirect
|
|
github.com/tdewolff/parse/v2 v2.8.1 // indirect
|
|
gopkg.in/guregu/null.v4 v4.0.0 // indirect
|
|
)
|