Files
saml-oidc-bridge/go.mod
renovate[bot] d9a4d43584
Some checks failed
Build Docker / Create Docker Image (release) Successful in 1m29s
Release / Tag release (push) Successful in 7s
Release / Create Release (push) Successful in 2s
Release / Publish Docker Images (push) Failing after 1m1s
fix(deps): update module github.com/coreos/go-oidc/v3 to v3.17.0 (#13)
This PR contains the following updates:

| Package | Change | Age | Confidence |
|---|---|---|---|
| [github.com/coreos/go-oidc/v3](https://github.com/coreos/go-oidc) | `v3.16.0` -> `v3.17.0` | [![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fcoreos%2fgo-oidc%2fv3/v3.17.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fcoreos%2fgo-oidc%2fv3/v3.16.0/v3.17.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) |

---

### Release Notes

<details>
<summary>coreos/go-oidc (github.com/coreos/go-oidc/v3)</summary>

### [`v3.17.0`](https://github.com/coreos/go-oidc/releases/tag/v3.17.0)

[Compare Source](https://github.com/coreos/go-oidc/compare/v3.16.0...v3.17.0)

#### What's Changed

- oidc: improve error message for mismatched issuer URLs by [@&#8203;ericchiang](https://github.com/ericchiang) in [#&#8203;469](https://github.com/coreos/go-oidc/pull/469)

**Full Changelog**: <https://github.com/coreos/go-oidc/compare/v3.16.0...v3.17.0>

</details>

---

### Configuration

📅 **Schedule**: 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:eyJjcmVhdGVkSW5WZXIiOiI0Mi4xOC4wIiwidXBkYXRlZEluVmVyIjoiNDIuMTguMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsidHlwZS9kZXBlbmRlbmNpZXMiXX0=-->

Reviewed-on: #13
Co-authored-by: renovate[bot] <renovate-bot@git.tainton.uk>
Co-committed-by: renovate[bot] <renovate-bot@git.tainton.uk>
2025-11-22 20:52:16 +00:00

22 lines
558 B
Modula-2

module shamilnunhuck/saml-oidc-bridge
go 1.24.0
require (
github.com/beevik/etree v1.6.0
github.com/coreos/go-oidc/v3 v3.17.0
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.33.0
gopkg.in/yaml.v3 v3.0.1
)
require (
github.com/go-jose/go-jose/v4 v4.1.3 // 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
)