htmgo/templates/starter/go.mod
2024-09-26 15:02:18 -05:00

10 lines
204 B
Modula-2

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