20 lines
621 B
Modula-2
20 lines
621 B
Modula-2
module htmgo-site
|
|
|
|
go 1.23.0
|
|
|
|
require (
|
|
github.com/alecthomas/chroma/v2 v2.14.0
|
|
github.com/go-chi/chi/v5 v5.1.0
|
|
github.com/google/uuid v1.6.0
|
|
github.com/maddalax/htmgo/framework v1.0.6-0.20250106162619-24b41a7604a5
|
|
github.com/maddalax/htmgo/tools/html-to-htmgo v0.0.0-20250106162619-24b41a7604a5
|
|
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
|
|
golang.org/x/net v0.30.0 // indirect
|
|
golang.org/x/text v0.19.0 // indirect
|
|
golang.org/x/tools v0.21.1-0.20240508182429-e35e4ccd0d2d // indirect
|
|
)
|