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. |
2236dfc to
49f601c
Compare
59ca8f0 to
ffcb24a
Compare
5e7049d to
a9b143d
Compare
4c14c65 to
543ac1e
Compare
2317b19 to
dc18adf
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 |
dc18adf to
ccd67ca
Compare
Signed-off-by: red-hat-konflux-kflux-prd-rh03 <206760901+red-hat-konflux-kflux-prd-rh03[bot]@users.noreply.github.com>
ccd67ca to
63ba494
Compare
ℹ️ Artifact update noticeFile name: go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
|
This PR contains the following updates:
v3.4.0→v3.5.0v1.18.0→v1.19.0v1.9.0→v1.10.1v1.4.3→v1.4.4v0.22.2→v0.25.5v0.21.0→v0.22.8v0.20.4→v0.21.6v0.21.5→v0.25.0v0.26.2→v0.33.0v0.20.14→v0.22.9v0.22.0→v0.27.0v0.25.4→v0.28.0v0.25.4→v0.28.0v0.25.4→v0.28.0v0.25.4→v0.28.0v0.25.4→v0.28.0v0.25.4→v0.28.0v0.25.4→v0.28.0v0.25.4→v0.28.0v0.25.4→v0.28.0v0.25.4→v0.28.0v0.25.4→v0.28.0v0.25.4→v0.28.0v0.22.6→v0.26.1v1.2.4→v1.2.5v0.7.0→v0.7.1v0.1.13→v0.1.15v0.0.20→v0.0.24v1.0.26→v1.0.27v2.27.2→v2.32.0v1.38.3→v1.42.1v0.0.449→v0.0.462v0.0.449→v0.0.462v0.1.494→v0.1.5055346161→05ea89ddf412d4→92b24dddd144d2→26e4f37097ba22→dcf3e27v0.74.0→v0.93.0v0.71.0→v0.93.0v0.26.0→v0.33.1v1.23.2→v1.24.1v0.66.1→v0.70.1v0.16.1→v0.21.11.25.11→1.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.4v3.0.4→v3.0.5v0.35.0→v0.38.0v0.55.1-0.20260602153038-42abb857022c→v0.57.0v0.30.0→v0.36.0v0.20.0→v0.22.0v0.45.0→v0.47.0v0.43.0→v0.45.0v0.37.0→v0.40.0v0.44.0→v0.48.0v2.4.0→v2.5.0v1.36.8→v1.36.11v0.35.1→v0.36.3v0.35.1→v0.36.3v0.35.1→v0.36.3v0.35.1→v0.36.3v0.35.1→v0.36.3v2.0.0-20250922181213-ec3ebc5fd46b→v2.0.0-20260408192533-25e2208e0dc3bbf5c55→d427ff9b8788ab→cf1189dv0.21.0→v0.24.1v0.20.1→v0.21.0v0.5.0→v0.7.0v6.3.2→v6.4.2Warning
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)
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/analysis (github.com/go-openapi/analysis)
v0.25.5Compare Source
0.25.5 - 2026-07-20
Full Changelog: go-openapi/analysis@v0.25.4...v0.25.5
1 commits in this release.
Code quality
People who contributed to this release
analysis license terms
v0.25.4Compare Source
0.25.4 - 2026-07-20
Full Changelog: go-openapi/analysis@v0.25.3...v0.25.4
8 commits in this release.
Implemented enhancements
Documentation
Updates
Other (technical)
People who contributed to this release
analysis license terms
Per-module changes
internal/testintegration (0.25.4)
Implemented enhancements
Updates
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
Security
Updates
People who contributed to this release
analysis license terms
Per-module changes
internal/testintegration (0.25.2)
Miscellaneous tasks
Security
v0.25.1Compare Source
0.25.1 - 2026-05-25
Full Changelog: go-openapi/analysis@v0.25.0...v0.25.1
16 commits in this release.
Implemented enhancements
Documentation
Updates