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 @@ -95,7 +95,7 @@ require (
github.com/jackc/puddle/v2 v2.2.2 // indirect
github.com/jinzhu/now v1.1.5 // indirect
github.com/josharian/intern v1.0.0 // indirect
github.com/klauspost/compress v1.18.5 // indirect
github.com/klauspost/compress v1.18.6 // indirect
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

🧹 Nitpick | 🔵 Trivial

Consider updating linked repositories for consistency.

Three linked repositories (hyperfleet-sentinel, hyperfleet-adapter, hyperfleet-broker) still reference v1.18.5. Given that v1.18.6 includes a critical stack frame corruption fix, consider coordinating updates across the hyperfleet ecosystem to ensure consistent behavior and stability.

🤖 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 98, Update the dependency version for
github.com/klauspost/compress to v1.18.6 across the hyperfleet ecosystem for
consistency: change the entries in the go.mod files of hyperfleet-sentinel,
hyperfleet-adapter, and hyperfleet-broker to reference v1.18.6 (matching the
current repo line "github.com/klauspost/compress v1.18.6") and run `go mod
tidy`/`go get github.com/klauspost/compress@v1.18.6` in each service to update
the module graph and ensure the critical stack frame corruption fix is pulled
into all three projects.

github.com/lann/builder v0.0.0-20180802200727-47ae307949d0 // indirect
github.com/lann/ps v0.0.0-20150810152359-62de8c46ede0 // indirect
github.com/leodido/go-urn v1.4.0 // indirect
Expand Down