feat: 🎉 nace gorender

This commit is contained in:
2024-08-21 22:39:00 +02:00
commit 58033d8e37
13 changed files with 744 additions and 0 deletions
+19
View File
@@ -0,0 +1,19 @@
module github.com/zepyrshut/gorender
go 1.23.0
require (
github.com/go-playground/locales v0.14.1
github.com/go-playground/universal-translator v0.18.1
github.com/go-playground/validator/v10 v10.22.0
github.com/justinas/nosurf v1.1.1
)
require (
github.com/gabriel-vasile/mimetype v1.4.3 // indirect
github.com/leodido/go-urn v1.4.0 // indirect
golang.org/x/crypto v0.19.0 // indirect
golang.org/x/net v0.21.0 // indirect
golang.org/x/sys v0.17.0 // indirect
golang.org/x/text v0.14.0 // indirect
)