Files
mdhost/go.mod
T
2026-05-01 18:38:29 +02:00

13 lines
361 B
AMPL

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