1
0
mirror of https://github.com/axzilla/templui.git synced 2025-02-06 10:44:17 +00:00
templui/go.mod
2025-01-03 06:57:11 +07:00

10 lines
167 B
Modula-2

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