chore(deps): update go dependencies#1718
Conversation
722ba52 to
878575a
Compare
ℹ Artifact update noticeFile name: go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
|
b597bb6 to
91d7fa4
Compare
ℹ️ Artifact update noticeFile name: go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
|
db08a93 to
8614b93
Compare
aff813b to
2d0a0e3
Compare
970d23b to
d024fb5
Compare
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #1718 +/- ##
=======================================
Coverage 23.36% 23.36%
=======================================
Files 193 193
Lines 10319 10319
=======================================
Hits 2411 2411
Misses 7717 7717
Partials 191 191
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
CI Feedback 🧐A test triggered by this PR failed. Here is an AI-generated analysis of the failure:
|
golangci-lint v2.8.0 was built with go1.25.5 and refuses to run when go.mod specifies go 1.26.0. v2.12.2 (released 2026-05-06) supports Go 1.26. Co-Authored-By: Claude Sonnet 4.6 (1M context) <noreply@anthropic.com>
This PR contains the following updates:
v3.4.0→v3.5.0v29.3.0+incompatible→v29.5.1+incompatiblev0.9.5→v0.9.7v3.12.2→v3.13.0v1.9.0→v1.10.1v2.9.0→v2.9.2v0.22.5→v0.23.1v0.25.5→v0.26.0v0.25.5→v0.26.0v0.25.5→v0.26.0v0.25.5→v0.26.0v0.25.5→v0.26.0v0.25.5→v0.26.0v0.25.5→v0.26.0v0.25.5→v0.26.0v0.25.5→v0.26.0v0.25.5→v0.26.0v0.25.5→v0.26.0v0.25.5→v0.26.0v1.9.3→v1.10.0a15ffb7→92041b7v1.7.2→v1.7.3v1.18.5→v1.18.6v0.5.0→v0.5.1v2.27.2→v2.29.0v1.38.2→v1.41.01e7cd4b→dcaca8ev0.12.2→v0.12.3v2.4.3→v3.0.4v0.34.0→v0.36.0v0.52.0→v0.54.0v0.42.0→v0.44.0v0.41.0→v0.43.0v0.35.0→v0.37.0v0.43.0→v0.45.0v2.4.0→v3.0.1v4.13.0→v5.9.11v0.35.3→v0.36.1v0.35.3→v0.36.1v0.35.3→v0.36.1v0.35.3→v0.36.1v2.130.1→v2.140.0v0.35.3→v0.36.15883c5e→bbf5c5528399d8→ff6756fv0.23.3→v0.24.1v6.3.3-0.20260224192135-eedc5365731c→v6.4.0Warning
Some dependencies could not be looked up. Check the warning logs for more information.
Release Notes
Masterminds/semver (github.com/Masterminds/semver/v3)
v3.5.0Compare Source
What's Changed
New Contributors
Full Changelog: Masterminds/semver@v3.4.0...v3.5.0
docker/cli (github.com/docker/cli)
v29.5.1+incompatibleCompare Source
v29.5.0+incompatibleCompare Source
v29.4.3+incompatibleCompare Source
v29.4.2+incompatibleCompare Source
v29.4.1+incompatibleCompare Source
v29.4.0+incompatibleCompare Source
v29.3.1+incompatibleCompare Source
docker/docker-credential-helpers (github.com/docker/docker-credential-helpers)
v0.9.7Compare Source
What's Changed
Full Changelog: docker/docker-credential-helpers@v0.9.6...v0.9.7
v0.9.6Compare Source
What's Changed
Full Changelog: docker/docker-credential-helpers@v0.9.5...v0.9.6
emicklei/go-restful (github.com/emicklei/go-restful/v3)
v3.13.0Compare Source
fsnotify/fsnotify (github.com/fsnotify/fsnotify)
v1.10.1Compare Source
Changes and fixes
inotify: don't remove sibling watches sharing a path prefix (#754)
inotify, windows: don't rename sibling watches sharing a path prefix
(#755)
v1.10.0Compare Source
This version of fsnotify needs Go 1.23.
Changes and fixes
inotify: improve initialization error message (#731)
inotify: send Rename event if recursive watch is renamed (#696)
inotify: avoid copying event buffers when reading names (#741)
kqueue: skip dangling symlinks (ENOENT) in watchDirectoryFiles, so a bad entry no longer aborts Watcher.Add for the whole directory (#748)
kqueue: drop watches directly in Close() to fix a file descriptor leak when recycling watchers (#740)
windows: fix nil pointer dereference in remWatch (#736)
windows: lock watch field updates against concurrent WatchList to fix a race introduced in v1.9.0 (#709, #749)
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
v2.9.1Compare Source
This release includes important bugfixes, defensive checks, improved code quality, and more tests. Although not public, the fuzzer was also improved by adding more fuzz tests.
🐞 Bug fixes related to the
keyasintfeatureThese changes only affect Go struct fields tagged with
keyasint:math.MaxInt64when decoding CBOR map to a struct withkeyasintfield (PR #757)keyasinttag values (PR #757)🐞 Other bug fixes and defensive checks
Some of the bugs fixed are related to decoding extreme values that cannot be encoded with this library. For example, the decoder checks if epoch time encoded as CBOR float value representing hundreds of billions of years overflows int64(seconds).
NOTE: It is generally good practice to avoid using floating point to store epoch time (even when not using CBOR).
RawMessagefromRawMessage.MarshalCBOR(PR #753)U+FFFDreplacement character (PR #753)What's Changed
TimeRFC3339NanoUTCby @fxamacker in #688CI / GitHub Actions and Docs
🔎 Details...
New Contributors
Full Changelog: fxamacker/cbor@v2.9.0...v2.9.1
go-openapi/jsonpointer (github.com/go-openapi/jsonpointer)
v0.23.1Compare Source
0.23.1 - 2026-04-18
Full Changelog: go-openapi/jsonpointer@v0.23.0...v0.23.1
5 commits in this release.
Fixed bugs
Documentation
Updates
People who contributed to this release
jsonpointer license terms
v0.23.0Compare Source
0.23.0 - 2026-04-15
Support for known limitations
Full Changelog: go-openapi/jsonpointer@v0.22.5...v0.23.0
16 commits in this release.
Implemented enhancements
"-"array suffix is now supported by @fredbi in #121 ...Fixed bugs
Documentation
Miscellaneous tasks
Updates
People who contributed to this release
New Contributors
in #118
jsonpointer license terms
go-openapi/swag (github.com/go-openapi/swag)
v0.26.0Compare Source
0.26.0 - 2026-04-15
Full Changelog: go-openapi/swag@v0.25.5...v0.26.0
14 commits in this release.
Implemented enhancements
Documentation
Code quality
Miscellaneous tasks
Updates
People who contributed to this release
swag license terms
Per-module changes
cmdutils (0.26.0)
Miscellaneous tasks
conv (0.26.0)
Miscellaneous tasks
Updates
fileutils (0.26.0)
Miscellaneous tasks
Updates
jsonname (0.26.0)
Implemented enhancements
Miscellaneous tasks
Updates
jsonutils/adapters/easyjson (0.26.0)
Miscellaneous tasks
Updates
jsonutils/adapters/testintegration/benchmarks (0.26.0)
Miscellaneous tasks
Updates
jsonutils/adapters/testintegration (0.26.0)
Miscellaneous tasks
Updates
jsonutils/fixtures_test (0.26.0)
Miscellaneous tasks
Updates
jsonutils (0.26.0)
Miscellaneous tasks
Updates
loading (0.26.0)
Miscellaneous tasks
Updates
mangling (0.26.0)
Miscellaneous tasks
Updates
netutils (0.26.0)
Miscellaneous tasks
Updates
stringutils (0.26.0)
Miscellaneous tasks
Updates
typeutils (0.26.0)
Miscellaneous tasks
Updates
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 becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
To execute skipped test pipelines write comment
/ok-to-test.Documentation
Find out how to configure dependency updates in MintMaker documentation or see all available configuration options in Renovate documentation.