All checks were successful
Build and Push Docker Image / Build image (push) Successful in 1m32s
18 lines
406 B
Modula-2
18 lines
406 B
Modula-2
module git.acooldomain.co/server-manager/backend/dbhandler
|
|
|
|
go 1.24.1
|
|
|
|
toolchain go1.24.2
|
|
|
|
require (
|
|
git.acooldomain.co/server-manager/backend/models v0.0.0-20250409170334-54174ef41864
|
|
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
|
|
)
|