dumb/go.mod
renovate 6dfc9f8b14
Some checks failed
renovate/artifacts Artifact file update failure
fix(deps): update module github.com/a-h/templ to v0.3.833
2025-01-31 23:01:00 +00:00

20 lines
406 B
Modula-2

module github.com/rramiachraf/dumb
go 1.23
toolchain go1.23.4
require (
github.com/PuerkitoBio/goquery v1.10.1
github.com/a-h/templ v0.3.833
github.com/allegro/bigcache/v3 v3.1.0
github.com/gorilla/handlers v1.5.2
github.com/gorilla/mux v1.8.1
)
require (
github.com/andybalholm/cascadia v1.3.3 // indirect
github.com/felixge/httpsnoop v1.0.4 // indirect
golang.org/x/net v0.34.0 // indirect
)