fix(deps): update module github.com/russellhaering/goxmldsig to v1.5.0 (#8)
This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [github.com/russellhaering/goxmldsig](https://github.com/russellhaering/goxmldsig) | `v1.4.0` -> `v1.5.0` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>russellhaering/goxmldsig (github.com/russellhaering/goxmldsig)</summary> ### [`v1.5.0`](https://github.com/russellhaering/goxmldsig/releases/tag/v1.5.0) [Compare Source](https://github.com/russellhaering/goxmldsig/compare/v1.4.0...v1.5.0) #### What's Changed - Bump dependencies - Update GitHub workflows - Security hardening by [@​ahacker1-securesaml](https://github.com/ahacker1-securesaml) **Full Changelog**: <https://github.com/russellhaering/goxmldsig/compare/v1.4.0...v1.5.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:eyJjcmVhdGVkSW5WZXIiOiI0Mi4xLjMiLCJ1cGRhdGVkSW5WZXIiOiI0Mi4xLjMiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbInR5cGUvZGVwZW5kZW5jaWVzIl19--> Reviewed-on: #8 Co-authored-by: renovate[bot] <renovate-bot@git.tainton.uk> Co-committed-by: renovate[bot] <renovate-bot@git.tainton.uk>
This commit was merged in pull request #8.
This commit is contained in:
4
go.mod
4
go.mod
@@ -7,14 +7,14 @@ require (
|
||||
github.com/coreos/go-oidc/v3 v3.16.0
|
||||
github.com/crewjam/saml v0.5.1
|
||||
github.com/fsnotify/fsnotify v1.9.0
|
||||
github.com/russellhaering/goxmldsig v1.4.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.2.2 // 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
|
||||
|
||||
Reference in New Issue
Block a user