htmgo/templates/starter/go.mod
2024-10-21 15:07:08 +00:00

10 lines
216 B
Modula-2

module starter-template
go 1.23.0
require github.com/maddalax/htmgo/framework v0.0.0-20241021150618-635b17dd7f9d
require (
github.com/go-chi/chi/v5 v5.1.0 // indirect
github.com/google/uuid v1.6.0 // indirect
)