fix(deps): update gomod dependencies#671
fix(deps): update gomod dependencies#671red-hat-konflux-kflux-prd-rh03[bot] wants to merge 1 commit into
Conversation
|
Hi @red-hat-konflux-kflux-prd-rh03[bot]. Thanks for your PR. I'm waiting for a openshift member to verify that this patch is reasonable to test. If it is, they should reply with Regular contributors should join the org to skip this step. Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
|
@red-hat-konflux-kflux-prd-rh03[bot]: The following tests failed, say
Full PR test history. Your PR dashboard. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here. |
2ad32cd to
e60b3cd
Compare
|
New changes are detected. LGTM label has been removed. |
e60b3cd to
a1c9286
Compare
|
[APPROVALNOTIFIER] This PR is APPROVED Approval requirements bypassed by manually added approval. This pull-request has been approved by: red-hat-konflux-kflux-prd-rh03[bot] The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
2236dfc to
49f601c
Compare
ℹ️ Artifact update noticeFile name: go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
|
1576864 to
b24254f
Compare
Signed-off-by: red-hat-konflux-kflux-prd-rh03 <206760901+red-hat-konflux-kflux-prd-rh03[bot]@users.noreply.github.com>
b24254f to
d76b694
Compare
This PR contains the following updates:
v3.4.0→v3.5.0v1.18.0→v1.19.0v1.9.0→v1.10.1v2.9.0→v2.9.2v0.22.2→v0.25.3v0.21.0→v0.22.8v0.21.0→v0.24.0v0.20.4→v0.21.6v0.21.5→v0.24.0v0.26.2→v0.32.4v0.20.14→v0.22.6v0.22.0→v0.26.4v0.25.4→v0.27.0v0.25.4→v0.27.0v0.25.4→v0.27.0v0.25.4→v0.27.0v0.25.4→v0.27.0v0.25.4→v0.27.0v0.25.4→v0.27.0v0.25.4→v0.27.0v0.25.4→v0.27.0v0.25.4→v0.27.0v0.25.4→v0.27.0v0.25.4→v0.27.0v0.22.6→v0.26.0v1.2.4→v1.2.5v0.7.0→v0.7.127863c8→7023385v0.1.13→v0.1.15v0.0.20→v0.0.22v1.0.26→v1.0.27v2.27.2→v2.32.0v1.38.3→v1.42.1v0.0.449→v0.0.461v0.0.449→v0.0.461v0.1.494→v0.1.504v0.1.5055346161→2b9eb96df412d4→24d059a097ba22→751e0d2v0.74.0→v0.92.1v0.71.0→v0.92.1v0.26.0→v0.33.1v0.66.1→v0.69.0v0.16.1→v0.21.11.25.11→1.26.41.26.5v1.13.1→v1.17.9v1.1.0→v1.2.1v1.36.0→v1.44.0v1.36.0→v1.44.0v1.36.0→v1.44.0v0.4.0→v0.6.0v1.27.0→v1.28.0v2.4.3→v2.4.4v0.35.0→v0.37.0v0.38.0v0.55.1-0.20260602153038-42abb857022c→v0.56.0v0.57.0v0.30.0→v0.36.0v0.20.0→v0.22.0v0.45.0→v0.47.0v0.43.0→v0.44.0v0.45.0v0.37.0→v0.39.0v0.40.0v0.44.0→v0.47.0v2.4.0→v2.5.0v1.36.8→v1.36.11v0.35.1→v0.36.2v0.35.1→v0.36.2v0.35.1→v0.36.2v0.35.1→v0.36.2v0.35.1→v0.36.2v2.0.0-20250922181213-ec3ebc5fd46b→v2.0.0-20260408192533-25e2208e0dc3v0.21.0→v0.24.1v0.20.1→v0.21.0v0.5.0→v0.7.0v6.3.2→v6.4.0v6.4.2(+1)Warning
Some dependencies could not be looked up. Check the Dependency Dashboard 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
fatih/color (github.com/fatih/color)
v1.19.0Compare Source
What's Changed
Fprint,Fprintfby @qualidafial in #282New Contributors
Full Changelog: fatih/color@v1.18.0...v1.19.0
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/analysis (github.com/go-openapi/analysis)
v0.25.3Compare Source
0.25.3 - 2026-06-27
Full Changelog: go-openapi/analysis@v0.25.2...v0.25.3
14 commits in this release.
Documentation
Miscellaneous tasks
Updates
People who contributed to this release
analysis license terms
Per-module changes
internal/testintegration (0.25.3)
Updates
v0.25.2Compare Source
0.25.2 - 2026-06-02
Full Changelog: go-openapi/analysis@v0.25.1...v0.25.2
5 commits in this release.
Implemented enhancements
Documentation
Miscellaneous tasks