chore(deps): update go dependencies - #1741
Open
red-hat-konflux[bot] wants to merge 1 commit into
Open
Conversation
red-hat-konflux
Bot
force-pushed
the
konflux/mintmaker/release-1.3/go-deps
branch
9 times, most recently
from
April 22, 2026 22:21
8d9555f to
7f43221
Compare
Contributor
Author
ℹ️ Artifact update noticeFile name: go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
|
red-hat-konflux
Bot
force-pushed
the
konflux/mintmaker/release-1.3/go-deps
branch
16 times, most recently
from
April 29, 2026 22:34
127b756 to
067b200
Compare
red-hat-konflux
Bot
force-pushed
the
konflux/mintmaker/release-1.3/go-deps
branch
3 times, most recently
from
April 30, 2026 18:49
aa498ab to
2e281bf
Compare
red-hat-konflux
Bot
force-pushed
the
konflux/mintmaker/release-1.3/go-deps
branch
20 times, most recently
from
May 13, 2026 02:57
9ac3999 to
71f4ab0
Compare
red-hat-konflux
Bot
force-pushed
the
konflux/mintmaker/release-1.3/go-deps
branch
9 times, most recently
from
May 18, 2026 02:39
8f4ab32 to
f6d2d26
Compare
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[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:
v3.4.0→v3.5.0v29.4.0+incompatible→v29.7.0+incompatiblev29.7.1+incompatiblev0.9.5→v0.9.8v1.9.0→v1.10.1v2.9.1→v2.9.2v1.4.3→v1.4.4v0.22.5→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.21.5→v0.21.7v0.21.8v1.18.5→v1.19.1v2.28.1→v2.32.0v1.39.1→v1.42.1464776f→05ea89dv0.42.0→v0.45.0v1.23.2→v1.24.1v0.67.5→v0.70.1v0.20.1→v0.21.1v0.12.2→v0.12.3v2.4.4→v3.0.5v3.0.4→v3.0.5v0.35.0→v0.38.0v0.55.0→v0.57.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.5.0→v3.0.1v4.13.0→v5.9.11v0.35.4→v0.36.3v0.35.4→v0.36.3v0.35.4→v0.36.3v0.35.4→v0.36.3ec9c827→d427ff928399d8→cf1189dv0.23.3→v0.24.1v6.3.2→v6.4.2Warning
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.7.0+incompatibleCompare Source
v29.6.2+incompatibleCompare Source
v29.6.1+incompatibleCompare Source
v29.6.0+incompatibleCompare Source
v29.5.3+incompatibleCompare Source
v29.5.2+incompatibleCompare Source
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
docker/docker-credential-helpers (github.com/docker/docker-credential-helpers)
v0.9.8Compare Source
What's Changed
Full Changelog: docker/docker-credential-helpers@v0.9.7...v0.9.8
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
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
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
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/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](https://redirect.github.com/go-o
Configuration
📅 Schedule: (UTC)
🚦 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.