htmgo/examples/minimal-htmgo/go.mod
2024-11-21 07:26:51 -06:00

11 lines
252 B
Modula-2

module minimal-htmgo
go 1.23.0
require github.com/maddalax/htmgo/framework v1.0.3-0.20241116145200-825c4dd7ecca
require (
github.com/go-chi/chi/v5 v5.1.0 // indirect
github.com/google/uuid v1.6.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)