15 lines
285 B
AMPL
15 lines
285 B
AMPL
module mdhost
|
|
|
|
go 1.26.2
|
|
|
|
require (
|
|
github.com/yuin/goldmark v1.8.2
|
|
github.com/yuin/goldmark-highlighting v0.0.0-20220208100518-594be1970594
|
|
golang.org/x/crypto v0.50.0
|
|
)
|
|
|
|
require (
|
|
github.com/alecthomas/chroma v0.10.0 // indirect
|
|
github.com/dlclark/regexp2 v1.12.0 // indirect
|
|
)
|