htmgo/framework-ui/go.mod
2024-10-11 01:18:18 +00:00

10 lines
238 B
Modula-2

module github.com/maddalax/htmgo/framework-ui
go 1.23.0
require github.com/maddalax/htmgo/framework v0.0.0-20241011011731-819af8b7b87c
require (
github.com/go-chi/chi/v5 v5.1.0 // indirect
github.com/google/uuid v1.6.0 // indirect
)