htmgo/htmgo-site/go.mod

20 lines
585 B
Modula-2
Raw Normal View History

2024-09-20 16:45:23 +00:00
module htmgo-site
go 1.23.0
require (
2024-09-26 19:50:59 +00:00
github.com/google/uuid v1.6.0
2024-10-11 14:12:20 +00:00
github.com/maddalax/htmgo/framework v0.0.0-20241011141133-d0c272e1e516
2024-09-21 03:59:07 +00:00
github.com/yuin/goldmark v1.7.4
github.com/yuin/goldmark-highlighting/v2 v2.0.0-20230729083705-37449abec8cc
2024-09-20 16:45:23 +00:00
)
require (
2024-10-11 16:19:32 +00:00
github.com/alecthomas/chroma/v2 v2.14.0 // indirect
github.com/dlclark/regexp2 v1.11.0 // indirect
2024-09-27 15:29:07 +00:00
github.com/go-chi/chi/v5 v5.1.0 // indirect
2024-10-11 16:19:32 +00:00
github.com/maddalax/htmgo/tools/html-to-htmgo v0.0.0-20241011152834-980afbc5ac5b // indirect
golang.org/x/net v0.30.0 // indirect
golang.org/x/text v0.19.0 // indirect
2024-09-20 16:45:23 +00:00
)