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

This commit is contained in:
2025-11-08 20:20:39 +00:00
parent 88e85c84c6
commit c880ebd95a
2 changed files with 3 additions and 1 deletions

2
go.mod
View File

@@ -8,7 +8,7 @@ require (
github.com/crewjam/saml v0.5.1
github.com/fsnotify/fsnotify v1.7.0
github.com/russellhaering/goxmldsig v1.4.0
golang.org/x/oauth2 v0.28.0
golang.org/x/oauth2 v0.33.0
gopkg.in/yaml.v3 v3.0.1
)