19 lines
523 B
Modula-2
19 lines
523 B
Modula-2
module github.com/fserg/md-to-html
|
|
|
|
go 1.24
|
|
|
|
require (
|
|
github.com/Oudwins/tailwind-merge-go v0.2.1
|
|
github.com/a-h/templ v0.3.1001
|
|
github.com/alecthomas/chroma/v2 v2.23.1
|
|
github.com/go-chi/chi/v5 v5.2.5
|
|
github.com/google/uuid v1.6.0
|
|
github.com/mozillazg/go-unidecode v0.2.0
|
|
github.com/templui/templui v1.10.0
|
|
github.com/yuin/goldmark v1.7.17
|
|
github.com/yuin/goldmark-emoji v1.0.6
|
|
github.com/yuin/goldmark-highlighting/v2 v2.0.0-20230729083705-37449abec8cc
|
|
)
|
|
|
|
require github.com/dlclark/regexp2 v1.11.5 // indirect
|