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 @@ -70,7 +70,7 @@ require (
github.com/cpuguy83/dockercfg v0.3.2 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/distribution/reference v0.6.0 // indirect
github.com/docker/go-connections v0.6.0 // indirect
github.com/docker/go-connections v0.7.0 // 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

Cross-repo dependency alignment is recommended post-merge.

hyperfleet-sentinel, hyperfleet-adapter, and hyperfleet-broker are still pinned to github.com/docker/go-connections v0.6.0; consider scheduling synchronized bumps to reduce drift and surface incompatibilities early.

πŸ€– 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 73, The go.mod here pins github.com/docker/go-connections to
v0.7.0 while companion repositories hyperfleet-sentinel, hyperfleet-adapter, and
hyperfleet-broker remain at v0.6.0; update those repo go.mod files to the same
v0.7.0 to align cross-repo dependency versions, run `go mod tidy` and CI/build
tests in each repo to catch any incompatibilities, and coordinate the
synchronized bump in a single PR (or linked PRs) so the version drift is
resolved consistently across hyperfleet-* projects.

github.com/docker/go-units v0.5.0 // indirect
github.com/ebitengine/purego v0.10.0 // indirect
github.com/felixge/httpsnoop v1.0.4 // indirect
Expand Down