htmgo/examples/minimal-htmgo/go.mod
2025-01-06 16:27:11 +00:00

10 lines
203 B
Modula-2

module minimal-htmgo
go 1.23.0
require (
github.com/go-chi/chi/v5 v5.1.0
github.com/maddalax/htmgo/framework v1.0.6-0.20250106162619-24b41a7604a5
)
require github.com/google/uuid v1.6.0 // indirect