1
0
mirror of https://github.com/axzilla/templui.git synced 2025-02-21 22:12:41 +00:00
templui/go.mod
axzilla 0f6c7d8262 chore: upgrade to Go 1.23.3 and fix MIME types
- Update go.mod to Go 1.23.3
- Add explicit MIME type handling for static files
2024-11-28 14:31:41 +07:00

10 lines
171 B
Modula-2

module github.com/axzilla/goilerplate
go 1.23.3
require (
github.com/Oudwins/tailwind-merge-go v0.2.0
github.com/a-h/templ v0.2.793
github.com/joho/godotenv v1.5.1
)