chore(deps): update go-openapi packages#776
Conversation
ℹ️ Artifact update noticeFile name: go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
|
Reviewer's guide (collapsed on small PRs)Reviewer's GuideUpdates go-openapi dependencies and aligns the Go toolchain directive, pulling in the full swag module split while dropping unused indirect dependencies. File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
There was a problem hiding this comment.
Hey - I've found 1 issue, and left some high level feedback:
- The go.mod now pins a large set of github.com/go-openapi/swag submodules as indirect dependencies; unless these packages are imported directly in this repo, consider dropping them and running
go mod tidyto let Go resolve only the actually needed modules. - Given the bump of go-openapi/jsonpointer and jsonreference, check whether any code relies on previously undocumented or deprecated behavior (e.g., pointer parsing quirks) and, if not, consider adding a brief note in the commit message/PR description summarizing any behavioral changes that are relevant to this project.
Prompt for AI Agents
Please address the comments from this code review:
## Overall Comments
- The go.mod now pins a large set of github.com/go-openapi/swag submodules as indirect dependencies; unless these packages are imported directly in this repo, consider dropping them and running `go mod tidy` to let Go resolve only the actually needed modules.
- Given the bump of go-openapi/jsonpointer and jsonreference, check whether any code relies on previously undocumented or deprecated behavior (e.g., pointer parsing quirks) and, if not, consider adding a brief note in the commit message/PR description summarizing any behavioral changes that are relevant to this project.
## Individual Comments
### Comment 1
<location path="go.mod" line_range="3" />
<code_context>
module github.com/trustification/trusted-profile-analyzer-operator
-go 1.25
+go 1.25.0
require (
</code_context>
<issue_to_address>
**issue:** The `go` directive should not include a patch version and may cause tooling issues.
Go modules require the `go` directive in `major.minor` format. Please change this back to `go 1.25` (or the actual minimum version you support), since tools like `go mod tidy` may otherwise rewrite it or treat it as invalid.
</issue_to_address>Help me be more useful! Please click 👍 or 👎 on each comment and I'll use the feedback to improve your reviews.
| module github.com/trustification/trusted-profile-analyzer-operator | ||
|
|
||
| go 1.25 | ||
| go 1.25.0 |
There was a problem hiding this comment.
issue: The go directive should not include a patch version and may cause tooling issues.
Go modules require the go directive in major.minor format. Please change this back to go 1.25 (or the actual minimum version you support), since tools like go mod tidy may otherwise rewrite it or treat it as invalid.
e2b21bf to
f08f082
Compare
495b507 to
c85bdbf
Compare
c85bdbf to
4202a04
Compare
4202a04 to
91e4847
Compare
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
91e4847 to
2ac5faf
Compare
This PR contains the following updates:
v0.21.1→v0.23.1v0.21.0→v0.21.5v0.23.1→v0.26.0Warning
Some dependencies could not be looked up. Check the warning logs for more information.
Release Notes
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
v0.22.5Compare Source
0.22.5 - 2026-03-02
Full Changelog: go-openapi/jsonpointer@v0.22.4...v0.22.5
15 commits in this release.
Documentation
Code quality
Miscellaneous tasks
Updates
People who contributed to this release
New Contributors
in #97
jsonpointer license terms
v0.22.4Compare Source
0.22.4 - 2025-12-06
Full Changelog: go-openapi/jsonpointer@v0.22.3...v0.22.4
1 commits in this release.
Miscellaneous tasks
People who contributed to this release
jsonpointer license terms
v0.22.3Compare Source
0.22.3 - 2025-11-17
Full Changelog: go-openapi/jsonpointer@v0.22.2...v0.22.3
8 commits in this release.
Documentation
Code quality
Miscellaneous tasks
People who contributed to this release
New Contributors
in #76
jsonpointer license terms
v0.22.2Compare Source
0.22.2 - 2025-11-14
Full Changelog: go-openapi/jsonpointer@v0.22.1...v0.22.2
12 commits in this release.
Documentation
Code quality
Testing
Miscellaneous tasks
Security
Updates
People who contributed to this release
jsonpointer license terms
v0.22.1Compare Source
v0.22.0Compare Source
v0.21.2Compare Source
go-openapi/jsonreference (github.com/go-openapi/jsonreference)
v0.21.5Compare Source
0.21.5 - 2026-03-02
Full Changelog: go-openapi/jsonreference@v0.21.4...v0.21.5
14 commits in this release.
Documentation
Code quality
Testing
Miscellaneous tasks
Updates
People who contributed to this release
jsonreference license terms
v0.21.4Compare Source
0.21.4 - 2025-12-08
Full Changelog: go-openapi/jsonreference@v0.21.3...v0.21.4
1 commits in this release.
Documentation
People who contributed to this release
New Contributors
in #64
jsonreference license terms
v0.21.3Compare Source
v0.21.2Compare Source
v0.21.1Compare Source
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
yamlutils (0.26.0)
Miscellaneous tasks
Updates
v0.25.5Compare Source
0.25.5 - 2026-03-02
Full Changelog: go-openapi/swag@v0.25.4...v0.25.5
16 commits in this rel
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.