chore(deps): update go-openapi packages#695
Open
red-hat-konflux[bot] wants to merge 1 commit intorelease/1.2.zfrom
Open
chore(deps): update go-openapi packages#695red-hat-konflux[bot] wants to merge 1 commit intorelease/1.2.zfrom
red-hat-konflux[bot] wants to merge 1 commit intorelease/1.2.zfrom
Conversation
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
Reviewer's guide (collapsed on small PRs)Reviewer's GuideUpdates go-openapi-related dependencies in go.mod to newer versions, adds explicit indirect references to newly split go-openapi/swag submodules, and drops now-unneeded indirect dependencies that are no longer required by the updated libraries. 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 left some high level feedback:
- It looks like individual
github.com/go-openapi/swag/...submodules have been added explicitly as indirect deps; consider runninggo mod tidyand relying on the rootswagmodule to keepgo.modminimal unless you actually import those subpackages directly. - The upgrade appears to drop
github.com/mailru/easyjsonandgithub.com/josharian/internfrom the dependency graph; if any code depends on easyjson-based adapters fromswag, double-check that this removal is acceptable or add them back explicitly.
Prompt for AI Agents
Please address the comments from this code review:
## Overall Comments
- It looks like individual `github.com/go-openapi/swag/...` submodules have been added explicitly as indirect deps; consider running `go mod tidy` and relying on the root `swag` module to keep `go.mod` minimal unless you actually import those subpackages directly.
- The upgrade appears to drop `github.com/mailru/easyjson` and `github.com/josharian/intern` from the dependency graph; if any code depends on easyjson-based adapters from `swag`, double-check that this removal is acceptable or add them back explicitly.Help me be more useful! Please click 👍 or 👎 on each comment and I'll use the feedback to improve your reviews.
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:
v0.21.1→v0.22.5v0.21.0→v0.21.5v0.23.1→v0.25.5Warning
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.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.25.5Compare Source
0.25.5 - 2026-03-02
Full Changelog: go-openapi/swag@v0.25.4...v0.25.5
16 commits in this release.
Documentation
Code quality
Testing
Miscellaneous tasks
Updates
People who contributed to this release
New Contributors
swag license terms
Per-module changes
cmdutils (0.25.5)
Testing
conv (0.25.5)
Testing
Miscellaneous tasks
Updates
fileutils (0.25.5)
Testing
Updates
jsonname (0.25.5)
Testing
Updates
jsonutils/adapters/easyjson (0.25.5)
Testing
Miscellaneous tasks
Updates
jsonutils/adapters/testintegration/benchmarks (0.25.5)
Code quality
Testing
Miscellaneous tasks
Updates
jsonutils/adapters/testintegration (0.25.5)
Testing
Miscellaneous tasks
Updates
jsonutils/fixtures_test (0.25.5)
Testing
Updates
jsonutils (0.25.5)
Code quality
Testing
Miscellaneous tasks
Updates
loading (0.25.5)
Testing
Miscellaneous tasks
Updates
mangling (0.25.5)
Code quality
Testing
Updates
netutils (0.25.5)
Testing
Updates
stringutils (0.25.5)
Testing
Updates
typeutils (0.25.5)
Testing
Updates
yamlutils (0.25.5)
Testing
Miscellaneous tasks
Updates
v0.25.4Compare Source
v0.25.3Compare Source
v0.25.2Compare Source
v0.25.1Compare Source
v0.25.0Compare Source
v0.24.1Compare Source
v0.24.0Compare Source
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.