This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [github.com/coreos/go-oidc/v3](https://github.com/coreos/go-oidc) | `v3.17.0` → `v3.18.0` |  |  | --- ### Release Notes <details> <summary>coreos/go-oidc (github.com/coreos/go-oidc/v3)</summary> ### [`v3.18.0`](https://github.com/coreos/go-oidc/releases/tag/v3.18.0) [Compare Source](https://github.com/coreos/go-oidc/compare/v3.17.0...v3.18.0) #### What's Changed - .github: configure dependabot by [@​ericchiang](https://github.com/ericchiang) in [#​477](https://github.com/coreos/go-oidc/pull/477) - .github: update go versions in CI by [@​ericchiang](https://github.com/ericchiang) in [#​480](https://github.com/coreos/go-oidc/pull/480) - build(deps): bump golang.org/x/oauth2 from 0.28.0 to 0.36.0 by [@​dependabot](https://github.com/dependabot)\[bot] in [#​478](https://github.com/coreos/go-oidc/pull/478) - build(deps): bump github.com/go-jose/go-jose/v4 from 4.1.3 to 4.1.4 by [@​dependabot](https://github.com/dependabot)\[bot] in [#​479](https://github.com/coreos/go-oidc/pull/479) **Full Changelog**: <https://github.com/coreos/go-oidc/compare/v3.17.0...v3.18.0> </details> --- ### Configuration 📅 **Schedule**: (UTC) - Branch creation - At any time (no schedule defined) - Automerge - At any time (no schedule defined) 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4xMDkuMyIsInVwZGF0ZWRJblZlciI6IjQzLjEwOS4zIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJ0eXBlL2RlcGVuZGVuY2llcyJdfQ==--> Reviewed-on: #34 Co-authored-by: renovate[bot] <renovate-bot@git.tainton.uk> Co-committed-by: renovate[bot] <renovate-bot@git.tainton.uk>
22 lines
558 B
Modula-2
22 lines
558 B
Modula-2
module shamilnunhuck/saml-oidc-bridge
|
|
|
|
go 1.25.0
|
|
|
|
require (
|
|
github.com/beevik/etree v1.6.0
|
|
github.com/coreos/go-oidc/v3 v3.18.0
|
|
github.com/crewjam/saml v0.5.1
|
|
github.com/fsnotify/fsnotify v1.9.0
|
|
github.com/russellhaering/goxmldsig v1.6.0
|
|
golang.org/x/oauth2 v0.36.0
|
|
gopkg.in/yaml.v3 v3.0.1
|
|
)
|
|
|
|
require (
|
|
github.com/go-jose/go-jose/v4 v4.1.4 // indirect
|
|
github.com/jonboulle/clockwork v0.5.0 // indirect
|
|
github.com/mattermost/xml-roundtrip-validator v0.1.0 // indirect
|
|
golang.org/x/crypto v0.33.0 // indirect
|
|
golang.org/x/sys v0.30.0 // indirect
|
|
)
|