Initial commit
CI / test (push) Canceled after 0s

This commit is contained in:
2026-09-12 22:22:17 +02:00
commit 904d14b64c
314 changed files with 31884 additions and 0 deletions
+32
View File
@@ -0,0 +1,32 @@
module gardomatic.kleiax.de
go 1.26.0
require (
github.com/alexedwards/scs/postgresstore v0.0.0-20251002162104-209de6e426de
github.com/alexedwards/scs/v2 v2.9.0
github.com/go-playground/form/v4 v4.3.0
github.com/julienschmidt/httprouter v1.3.0
github.com/justinas/alice v1.2.0
github.com/justinas/nosurf v1.2.0
github.com/lib/pq v1.12.3
github.com/tomasen/realip v0.0.0-20180522021738-f0c99a92ddce
github.com/wneessen/go-mail v0.8.1
github.com/yuin/goldmark v1.8.5
golang.org/x/crypto v0.55.0
golang.org/x/term v0.45.0
golang.org/x/time v0.15.0
)
require (
github.com/BurntSushi/toml v1.4.1-0.20240526193622-a339e1f7089c // indirect
golang.org/x/exp/typeparams v0.0.0-20231108232855-2478ac86f678 // indirect
golang.org/x/mod v0.38.0 // indirect
golang.org/x/sync v0.22.0 // indirect
golang.org/x/sys v0.47.0 // indirect
golang.org/x/text v0.41.0 // indirect
golang.org/x/tools v0.48.0 // indirect
honnef.co/go/tools v0.8.1 // indirect
)
tool honnef.co/go/tools/cmd/staticcheck