go.mod hinzugefügt

This commit is contained in:
ds
2026-07-11 00:47:51 +00:00
commit 35b14216a9
+8
View File
@@ -0,0 +1,8 @@
module oidc-demo
go 1.23
require (
github.com/coreos/go-oidc/v3 v3.11.0
golang.org/x/oauth2 v0.27.0
)