htmgo/examples/hackernews/go.mod
2024-11-16 14:52:58 +00:00

16 lines
390 B
Modula-2

module hackernews
go 1.23.0
require (
github.com/maddalax/htmgo/framework v1.0.3-0.20241116145200-825c4dd7ecca
github.com/microcosm-cc/bluemonday v1.0.27
)
require (
github.com/aymerick/douceur v0.2.0 // indirect
github.com/go-chi/chi/v5 v5.1.0 // indirect
github.com/google/uuid v1.6.0 // indirect
github.com/gorilla/css v1.0.1 // indirect
golang.org/x/net v0.29.0 // indirect
)