updated go mods

This commit is contained in:
2025-03-19 01:34:09 +02:00
parent 7d092e27d5
commit bdd60e8e4c
16 changed files with 1152 additions and 155 deletions

View File

@@ -1,3 +1,17 @@
module git.acooldomain.co/server-manager/backend/dbhandler
go 1.22.0
module git.acooldomain.co/server-manager/backend/dbhandler
go 1.23.0
toolchain go1.24.1
require (
git.acooldomain.co/server-manager/backend/models v0.0.0-20250318232559-17e4ebac06f2
github.com/coreos/go-oidc v2.3.0+incompatible
golang.org/x/crypto v0.36.0
golang.org/x/oauth2 v0.28.0
)
require (
github.com/pquerna/cachecontrol v0.2.0 // indirect
gopkg.in/go-jose/go-jose.v2 v2.6.3 // indirect
)