This commit is contained in:
2026-07-11 02:53:01 +02:00
parent 5f9b5fad8e
commit 060d50b35a
2 changed files with 14 additions and 1 deletions
+6 -1
View File
@@ -5,4 +5,9 @@ go 1.21
require (
github.com/coreos/go-oidc/v3 v3.11.0
golang.org/x/oauth2 v0.27.0
)
)
require (
github.com/go-jose/go-jose/v4 v4.0.2 // indirect
golang.org/x/crypto v0.25.0 // indirect
)