add dependencies and .gitignore

This commit is contained in:
2026-07-11 03:34:49 +02:00
parent a823570e9f
commit 360d7f4692
3 changed files with 12 additions and 1 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
module oidc-demo
go 1.21
go 1.23.0
require (
github.com/coreos/go-oidc/v3 v3.11.0