htmgo/examples/hackernews/go.mod
2024-10-23 15:51:03 +00:00

10 lines
212 B
Modula-2

module hackernews
go 1.23.0
require github.com/maddalax/htmgo/framework v1.0.1-0.20241023155022-a72de0a62fac
require (
github.com/go-chi/chi/v5 v5.1.0 // indirect
github.com/google/uuid v1.6.0 // indirect
)