1
0
mirror of https://github.com/axzilla/templui.git synced 2025-02-21 21:52:40 +00:00
templui/go.mod
2024-10-08 23:11:37 +02:00

9 lines
126 B
Modula-2

module github.com/axzilla/goilerplate
go 1.22.4
require (
github.com/a-h/templ v0.2.778
github.com/joho/godotenv v1.5.1
)