htmgo/htmgo-site/go.mod
2024-10-22 13:32:58 +00:00

19 lines
563 B
Modula-2

module htmgo-site
go 1.23.0
require (
github.com/alecthomas/chroma/v2 v2.14.0
github.com/google/uuid v1.6.0
github.com/maddalax/htmgo/framework v1.0.1-0.20241022133217-a0f5b5dfd5bd
github.com/maddalax/htmgo/tools/html-to-htmgo v0.0.0-20241011161932-8b9e536f1490
github.com/yuin/goldmark v1.7.4
github.com/yuin/goldmark-highlighting/v2 v2.0.0-20230729083705-37449abec8cc
)
require (
github.com/dlclark/regexp2 v1.11.0 // indirect
github.com/go-chi/chi/v5 v5.1.0 // indirect
golang.org/x/net v0.30.0 // indirect
golang.org/x/text v0.19.0 // indirect
)