htmgo/framework-ui/go.mod
2024-11-11 09:53:01 -03:00

10 lines
240 B
Modula-2

module github.com/maddalax/htmgo/framework-ui
go 1.23.0
require github.com/maddalax/htmgo/framework v1.0.3-0.20241109180553-34e816ff7c8a
require (
github.com/go-chi/chi/v5 v5.1.0 // indirect
github.com/google/uuid v1.6.0 // indirect
)