Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ require (
github.com/MicahParks/jwkset v0.11.0
github.com/MicahParks/keyfunc/v3 v3.8.0
github.com/bxcodec/faker/v3 v3.2.0
github.com/getkin/kin-openapi v0.133.0
github.com/getkin/kin-openapi v0.138.0
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Potential issue | 🟠 Major | 🏗️ Heavy lift

Coordinate version update with linked repository.

The linked repository openshift-hyperfleet/hyperfleet-sentinel still references github.com/getkin/kin-openapi v0.133.0 in .bingo/oapi-codegen.sum. If these repositories interact or share OpenAPI schemas, the version mismatch could lead to inconsistent validation or processing behavior.

Consider updating the linked repository to v0.138.0 as well to maintain consistency across the HyperFleet ecosystem.

🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

In `@go.mod` at line 11, The go.mod update changes github.com/getkin/kin-openapi
to v0.138.0 but the linked repository openshift-hyperfleet/hyperfleet-sentinel
still pins github.com/getkin/kin-openapi v0.133.0 (seen in its oapi-codegen
checksum list), causing a version mismatch; coordinate by updating the
dependency in the other repo to v0.138.0 (replace the v0.133.0 entry with
v0.138.0 and regenerate any oapi-codegen artifacts/checksums) so both repos use
github.com/getkin/kin-openapi v0.138.0 consistently.

github.com/go-gormigrate/gormigrate/v2 v2.0.0
github.com/go-playground/validator/v10 v10.20.0
github.com/golang-jwt/jwt/v5 v5.3.1
Expand Down