Skip to content

chore(go.mod): drop ../cloud and ../zip local replaces#8

Open
hanzo-dev wants to merge 1 commit into
mainfrom
feat/no-local-replace
Open

chore(go.mod): drop ../cloud and ../zip local replaces#8
hanzo-dev wants to merge 1 commit into
mainfrom
feat/no-local-replace

Conversation

@hanzo-dev
Copy link
Copy Markdown
Member

Summary

  • Removes the in-tree replace github.com/hanzoai/cloud => ../cloud and replace github.com/hanzoai/zip => ../zip sibling-path hacks.
  • Pins to published tags: hanzoai/cloud v0.1.0 and hanzoai/zip v0.2.0.
  • go mod tidy re-flowed transitive deps as required by the new module graph (MVS).

Why

The sibling-path replaces require a colocated ~/work/hanzo/cloud and ~/work/hanzo/zip working tree to build. Fresh clones / CI runners / downstream consumers cannot resolve the module without that local layout. With cloud v0.1.0 and zip v0.2.0 shipped, the replaces are now strictly redundant.

Test plan

  • go mod tidy resolves cleanly
  • go build ./... succeeds (only pre-existing CGO linker warnings)
  • No new go vet errors introduced

Pin to published tags:
- github.com/hanzoai/cloud v0.1.0
- github.com/hanzoai/zip v0.2.0

go mod tidy bumped transitive deps to satisfy the new module graph.

Removes the in-tree sibling-path replace that broke fresh clones
outside a colocated ~/work/hanzo/{cloud,zip}.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant