improved JWTToken update, added list-users endpoint, debug of getCountries

This commit is contained in:
Daniel Goc
2026-03-30 16:19:26 +02:00
parent 68f4850445
commit d0ce65c287
41 changed files with 654 additions and 284 deletions

2
go.mod
View File

@@ -5,6 +5,7 @@ go 1.26.0
require (
cloud.google.com/go/auth v0.16.4
cloud.google.com/go/translate v1.12.7
git.ma-al.com/goc_marek/gormcol v1.0.3
github.com/WinterYukky/gorm-extra-clause-plugin v0.4.0
github.com/a-h/templ v0.3.1001
github.com/alecthomas/chroma v0.10.0
@@ -28,7 +29,6 @@ require (
cloud.google.com/go v0.121.6 // indirect
cloud.google.com/go/auth/oauth2adapt v0.2.8 // indirect
cloud.google.com/go/longrunning v0.6.7 // indirect
git.ma-al.com/goc_marek/gormcol v1.0.3 // indirect
github.com/felixge/httpsnoop v1.0.4 // indirect
github.com/go-logr/logr v1.4.3 // indirect
github.com/go-logr/stdr v1.2.2 // indirect