fix(deps): update go deps#540
Closed
renovate[bot] wants to merge 1 commit into
Closed
Conversation
Contributor
Author
ℹ Artifact update noticeFile name: go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
|
35c33da to
0defbb7
Compare
canonical-iam
previously approved these changes
Feb 19, 2025
0defbb7 to
73617ee
Compare
canonical-iam
previously approved these changes
Feb 24, 2025
73617ee to
1a7adf3
Compare
canonical-iam
previously approved these changes
Feb 25, 2025
1a7adf3 to
f9f033d
Compare
canonical-iam
previously approved these changes
Feb 25, 2025
f9f033d to
75cb709
Compare
canonical-iam
previously approved these changes
Feb 26, 2025
75cb709 to
f6962f2
Compare
canonical-iam
previously approved these changes
Feb 26, 2025
f6962f2 to
49b5601
Compare
canonical-iam
previously approved these changes
Feb 26, 2025
49b5601 to
3840a7d
Compare
canonical-iam
previously approved these changes
Feb 26, 2025
3840a7d to
48f310f
Compare
canonical-iam
approved these changes
Feb 27, 2025
48f310f to
6177d6f
Compare
canonical-iam
approved these changes
May 21, 2025
canonical-iam
approved these changes
May 21, 2025
canonical-iam
approved these changes
May 24, 2025
canonical-iam
approved these changes
May 24, 2025
canonical-iam
approved these changes
May 26, 2025
canonical-iam
approved these changes
May 28, 2025
canonical-iam
approved these changes
May 30, 2025
canonical-iam
approved these changes
Jun 3, 2025
canonical-iam
approved these changes
Jun 4, 2025
canonical-iam
approved these changes
Jun 7, 2025
canonical-iam
approved these changes
Jun 11, 2025
canonical-iam
approved these changes
Jun 11, 2025
canonical-iam
approved these changes
Jun 13, 2025
canonical-iam
approved these changes
Jun 16, 2025
canonical-iam
approved these changes
Jun 16, 2025
canonical-iam
approved these changes
Jun 16, 2025
canonical-iam
approved these changes
Jun 18, 2025
canonical-iam
approved these changes
Jun 21, 2025
canonical-iam
approved these changes
Jun 25, 2025
canonical-iam
approved these changes
Jun 25, 2025
canonical-iam
approved these changes
Jun 25, 2025
canonical-iam
approved these changes
Jun 25, 2025
canonical-iam
approved these changes
Jun 30, 2025
canonical-iam
approved these changes
Jul 2, 2025
canonical-iam
approved these changes
Jul 2, 2025
canonical-iam
approved these changes
Jul 7, 2025
canonical-iam
approved these changes
Jul 12, 2025
canonical-iam
approved these changes
Jul 16, 2025
canonical-iam
approved these changes
Jul 16, 2025
canonical-iam
approved these changes
Jul 19, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
c09b61d->381495fv3.10.0->v3.14.1v5.0.12->v5.2.1v10.22.0->v10.26.0v2.1.1->v2.2.1v1.1.0->v1.3.8v1.17.0->v1.22.0v1.8.0->v1.9.1v1.9.0->v1.10.0v0.4.4->v0.6.2v0.45.0->v0.60.0v1.20.0->v1.35.0v1.32.0->v1.35.0v1.19.0->v1.35.0v1.19.0->v1.35.0v1.19.0->v1.35.0v1.19.0->v1.35.0v1.32.0->v1.35.0v1.32.0->v1.35.0v0.4.0->v0.5.2v1.26.0->v1.27.0v0.26.0->v0.30.055c9018->55703eav1.70.0->v1.72.1v0.28.3->v0.33.1v0.28.3->v0.33.1v0.28.3->v0.33.1Warning
Some dependencies could not be looked up. Check the warning logs for more information.
Release Notes
coreos/go-oidc (github.com/coreos/go-oidc/v3)
v3.14.1Compare Source
What's Changed
Full Changelog: coreos/go-oidc@v3.14.0...v3.14.1
v3.14.0Compare Source
What's Changed
Full Changelog: coreos/go-oidc@v3.13.0...v3.14.0
v3.13.0Compare Source
What's Changed
Full Changelog: coreos/go-oidc@v3.12.0...v3.13.0
v3.12.0Compare Source
What's Changed
Full Changelog: coreos/go-oidc@v3.11.0...v3.12.0
v3.11.0Compare Source
What's Changed
New Contributors
Full Changelog: coreos/go-oidc@v3.10.0...v3.11.0
go-chi/chi (github.com/go-chi/chi/v5)
v5.2.1Compare Source
Starting this release, we will now support the four most recent major versions of Go. See https://github.com/go-chi/chi/issues/963 for related discussion.
What's Changed
Full Changelog: go-chi/chi@v5.2.0...v5.2.1
v5.2.0Compare Source
What's Changed
FindtoRoutesinterface by @joeriddles in https://github.com/go-chi/chi/pull/872_examples/versionsby @hongkuancn in https://github.com/go-chi/chi/pull/948Mux.Findnot correctly handling nested routes by @joeriddles in https://github.com/go-chi/chi/pull/954New Contributors
Full Changelog: go-chi/chi@v5.1.0...v5.2.0
v5.1.0Compare Source
What's Changed
Discard()method to themiddleware.WrapResponseWriterinterface. This is technically an API breaking change. However after some discussion at https://github.com/go-chi/chi/pull/926#discussion_r1658333481, we decided to move forward, and release as minor version, as we don't expect anyone to rely on this interface / implement it externally.New Contributors
Full Changelog: go-chi/chi@v5.0.14...v5.1.0
v5.0.14Compare Source
What's Changed
New Contributors
Full Changelog: go-chi/chi@v5.0.12...v5.0.14
v5.0.13Compare Source
What's Changed
New Contributors
Full Changelog: go-chi/chi@v5.0.12...v5.0.13
go-playground/validator (github.com/go-playground/validator/v10)
v10.26.0Compare Source
What's Changed
Base64RawURLusage by @196Ikuchil in https://github.com/go-playground/validator/pull/1336New Contributors
Full Changelog: go-playground/validator@v10.25.0...v10.26.0
v10.25.0: Release 10.25.0Compare Source
What's Changed
New Contributors
Full Changelog: go-playground/validator@v10.24.0...v10.25.0
v10.24.0: Release 10.24.0Compare Source
What's Changed
The MSGV(Minimum Supported Go Version) has been bumped to v1.20 to address a security issues in the gaoling
netpackage.Full Changelog: go-playground/validator@v10.23.0...v10.24.0
v10.23.0: Release 10.23.0Compare Source
What's Changed
New Contributors
Full Changelog: go-playground/validator@v10.22.1...v10.23.0
v10.22.1: Release 10.22.1Compare Source
What's Changed
New Contributors
Full Changelog: go-playground/validator@v10.22.0...v10.22.1
ory/hydra-client-go (github.com/ory/hydra-client-go/v2)
v2.2.1Compare Source
v2.2.0Compare Source
ory/kratos-client-go (github.com/ory/kratos-client-go)
v1.3.8Compare Source
v1.3.7Compare Source
v1.3.6Compare Source
v1.3.5Compare Source
v1.3.4Compare Source
v1.2.1Compare Source
v1.2.0Compare Source
prometheus/client_golang (github.com/prometheus/client_golang)
v1.22.0: - 2025-04-07Compare Source
zstdsupport introduce in #1496Experimental support for
zstdon scrape was added, controlled by the requestAccept-Encodingheader.It was enabled by default since version 1.20, but now you need to add a blank import to enable it.
The decision to make it opt-in by default was originally made because the Go standard library was expected to have default zstd support added soon,
https://github.com/golang/go/issues/62513 however, the work took longer than anticipated and it will be postponed to upcoming major Go versions.
e.g.:
WithLookbackDeltaandWithStatsoptions have been added to API client. #1743All Changes
Configuration
📅 Schedule: Branch creation - Only on Monday, Wednesday, and Saturday ( * * * * 1,3,6 ) in timezone Europe/London, Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.