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 @@ -60,7 +60,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

Consider coordinating this update across HyperFleet repositories.

Based on linked repository findings, multiple HyperFleet repositories currently use github.com/docker/go-connections v0.6.0:

  • hyperfleet-api (line ~73 in go.mod)
  • hyperfleet-adapter (line ~67 in go.mod)
  • hyperfleet-broker (line ~42 in go.mod)

While this is an indirect dependency and may not cause immediate issues, consider coordinating the update across all HyperFleet repositories to maintain version consistency within the organization. This helps avoid potential subtle behavioral differences across services.

πŸ€– 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 63, go.mod currently references the indirect module
"github.com/docker/go-connections v0.7.0"; coordinate this dependency bump
across the HyperFleet repos (hyperfleet-api, hyperfleet-adapter,
hyperfleet-broker) so they all pin the same version to avoid subtle runtime
differences. For each repo, run a controlled upgrade (e.g., go get
github.com/docker/go-connections@v0.7.0 then go mod tidy) or revert to v0.6.0 if
you prefer consistency with the others, update the go.mod entry to the chosen
version, commit the change, and run the test suite to verify compatibility.

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