first commit

This commit is contained in:
Florian Walther
2026-05-01 18:38:29 +02:00
commit a1b9ac0dff
3 changed files with 1072 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
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
)