fix(deps): update module golang.org/x/oauth2 to v0.36.0
All checks were successful
Validate PR Title / validate (pull_request) Successful in 4s

This commit is contained in:
2026-03-08 13:03:06 +00:00
parent 8e69cd7343
commit c6d8698e9e
2 changed files with 4 additions and 2 deletions

4
go.mod
View File

@@ -1,6 +1,6 @@
module shamilnunhuck/saml-oidc-bridge
go 1.24.0
go 1.25.0
require (
github.com/beevik/etree v1.6.0
@@ -8,7 +8,7 @@ require (
github.com/crewjam/saml v0.5.1
github.com/fsnotify/fsnotify v1.9.0
github.com/russellhaering/goxmldsig v1.5.0
golang.org/x/oauth2 v0.35.0
golang.org/x/oauth2 v0.36.0
gopkg.in/yaml.v3 v3.0.1
)