Update go updates - #272
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
Contributor
Author
ℹ️ Artifact update noticeFile name: go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
|
renovate
Bot
force-pushed
the
renovate/go-updates
branch
6 times, most recently
from
May 4, 2026 18:39
ad8d2ba to
1fe61ab
Compare
renovate
Bot
force-pushed
the
renovate/go-updates
branch
9 times, most recently
from
May 12, 2026 01:43
b0d95de to
93f30b6
Compare
renovate
Bot
force-pushed
the
renovate/go-updates
branch
3 times, most recently
from
May 19, 2026 21:05
293885c to
a9bfd24
Compare
renovate
Bot
force-pushed
the
renovate/go-updates
branch
8 times, most recently
from
May 25, 2026 22:34
df733b2 to
1afc057
Compare
renovate
Bot
force-pushed
the
renovate/go-updates
branch
3 times, most recently
from
May 31, 2026 22:13
bf8273a to
7b79e1d
Compare
renovate
Bot
force-pushed
the
renovate/go-updates
branch
7 times, most recently
from
June 23, 2026 10:52
8b66842 to
09088aa
Compare
renovate
Bot
force-pushed
the
renovate/go-updates
branch
9 times, most recently
from
July 3, 2026 07:05
dc02777 to
eae8fac
Compare
renovate
Bot
force-pushed
the
renovate/go-updates
branch
7 times, most recently
from
July 10, 2026 05:02
92bddcb to
b46a0dc
Compare
renovate
Bot
force-pushed
the
renovate/go-updates
branch
6 times, most recently
from
July 14, 2026 01:12
fed5a68 to
ddd9e16
Compare
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
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:
v5.0.3→v7.0.0v0.7.0→v0.8.1v1.0.4→v1.1.0v2.9.1→v2.9.2v1.4.3→v1.4.4v0.23.1→v1.0.0v0.21.5→v1.0.0v0.26.0→v0.28.0v0.26.0→v0.28.0v0.26.0→v0.28.0v0.26.0→v0.28.0v0.26.0→v0.28.0v0.26.0→v0.28.0v0.26.0→v0.28.0v0.26.0→v0.28.0v0.26.0→v0.28.0v0.26.0→v0.28.0v0.26.0→v0.28.0v0.26.0→v0.28.0v0.6.0→v0.7.0v0.68.0→v0.70.0v1.43.0→v1.45.0v1.43.0→v1.45.0v1.43.0→v1.45.0v1.43.0→v1.45.0v1.10.0→v1.11.0v2.4.4→v3.0.5v3.0.4→v3.0.5v0.53.0→v0.57.0v0.43.0→v0.47.0v0.42.0→v0.45.0v0.36.0→v0.40.0v4.13.0→v5.9.11v0.35.4→v0.36.3v0.35.4→v0.36.3v0.35.4→v0.36.3ec9c827→d427ff928399d8→cf1189dv6.4.0→v6.4.2Release Notes
cenkalti/backoff (github.com/cenkalti/backoff/v5)
v7.0.0Compare Source
v6.0.1Compare Source
v6.0.0Compare Source
docker/go-connections (github.com/docker/go-connections)
v0.8.1Compare Source
v0.8.0Compare Source
felixge/httpsnoop (github.com/felixge/httpsnoop)
v1.1.0Compare Source
fxamacker/cbor (github.com/fxamacker/cbor/v2)
v2.9.2Compare Source
This release refactors and hardens the streaming encoder by adding stricter checks for encoding CBOR indefinite-length data. Other changes include minor bugfixes, defensive checks, and more tests.
Projects that don't use CBOR indefinite-length data may also want to upgrade (summary of prior releases).
The stricter checks in the encoder prevent improper use of the library and bad inputs from producing malformed CBOR indefinite-length data that would be rejected by the decoder.
This release passed fuzz tests (billions of execs) and it is production quality.
What's Changed
CI / GitHub Actions and Docs
🔎 Details...
Full Changelog: fxamacker/cbor@v2.9.1...v2.9.2
go-logr/logr (github.com/go-logr/logr)
v1.4.4Compare Source
What's Changed
New Contributors
Full Changelog: go-logr/logr@v1.4.3...v1.4.4
go-openapi/jsonpointer (github.com/go-openapi/jsonpointer)
v1.0.0Compare Source
1.0.0 - 2026-07-07
Stable API pledge - no change from v0.24.0
Full Changelog: go-openapi/jsonpointer@v0.24.0...v1.0.0
2 commits in this release.
Documentation
People who contributed to this release
jsonpointer license terms
v0.24.0Compare Source
0.24.0 - 2026-06-29
Full Changelog: go-openapi/jsonpointer@v0.23.2...v0.24.0
17 commits in this release.
Implemented enhancements
Refactor
Documentation
Code quality
Testing
Miscellaneous tasks
Updates
Other (technical)
People who contributed to this release
jsonpointer license terms
v0.23.2Compare Source
0.23.2 - 2026-06-26
Full Changelog: go-openapi/jsonpointer@v0.23.1...v0.23.2
13 commits in this release.
Implemented enhancements
Documentation
Miscellaneous tasks
Updates
93b1676to2e57e83in the development-dependencies group by @dependabot[bot] in #137 ...People who contributed to this release
jsonpointer license terms
go-openapi/jsonreference (github.com/go-openapi/jsonreference)
v1.0.0Compare Source
1.0.0 - 2026-07-07
Stable API pledge - no change from v0.21.6
Full Changelog: go-openapi/jsonreference@v0.21.6...v1.0.0
10 commits in this release.
Documentation
Miscellaneous tasks
Updates
People who contributed to this release
jsonreference license terms
v0.21.6Compare Source
0.21.6 - 2026-05-31
Full Changelog: go-openapi/jsonreference@v0.21.5...v0.21.6
21 commits in this release.
Documentation
Code quality
Miscellaneous tasks
Updates
People who contributed to this release
jsonreference license terms
go-openapi/swag (github.com/go-openapi/swag)
v0.28.0Compare Source
0.28.0 - 2026-07-27
Full Changelog: go-openapi/swag@v0.27.3...v0.28.0
3 commits in this release.
Implemented enhancements
Miscellaneous tasks
Updates
People who contributed to this release
swag license terms
Per-module changes
conv (0.28.0)
Implemented enhancements
Miscellaneous tasks
jsonutils/adapters/easyjson (0.28.0)
Miscellaneous tasks
jsonutils/adapters/testintegration/benchmarks (0.28.0)
Miscellaneous tasks
jsonutils/adapters/testintegration (0.28.0)
Miscellaneous tasks
jsonutils (0.28.0)
Miscellaneous tasks
loading (0.28.0)
Miscellaneous tasks
yamlutils (0.28.0)
Miscellaneous tasks
v0.27.3Compare Source
0.27.3 - 2026-07-20
Full Changelog: go-openapi/swag@v0.27.2...v0.27.3
2 commits in this release.
Fixed bugs
Miscellaneous tasks
People who contributed to this release
swag license terms
Per-module changes
conv (0.27.3)
Miscellaneous tasks
jsonutils/adapters/easyjson (0.27.3)
Miscellaneous tasks
jsonutils/adapters/testintegration/benchmarks (0.27.3)
Miscellaneous tasks
jsonutils/adapters/testintegration (0.27.3)
Miscellaneous tasks
jsonutils (0.27.3)
Miscellaneous tasks
loading (0.27.3)
Fixed bugs
Miscellaneous tasks
yamlutils (0.27.3)
Miscellaneous tasks
v0.27.2Compare Source
0.27.2 - 2026-07-20
Full Changelog: go-openapi/swag@v0.27.1...v0.27.2
2 commits in this release.
Fixed bugs
Miscellaneous tasks
People who contributed to this release
swag license terms
Per-module changes
conv (0.27.2)
Miscellaneous tasks
jsonutils/adapters/easyjson (0.27.2)
Miscellaneous tasks
jsonutils/adapters/testintegration/benchmarks (0.27.2)
Miscellaneous tasks
jsonutils/adapters/testintegration (0.27.2)
Miscellaneous tasks
jsonutils (0.27.2)
Configuration
📅 Schedule: (UTC)
* 0-3 * * 1)🚦 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.
👻 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.