Skip to content

go.mod: pin real dependency versions (pilotprotocol v1.12.5, common v0.5.7)#21

Merged
TeoSlayer merged 1 commit into
mainfrom
fix/real-version-pins
Jul 13, 2026
Merged

go.mod: pin real dependency versions (pilotprotocol v1.12.5, common v0.5.7)#21
TeoSlayer merged 1 commit into
mainfrom
fix/real-version-pins

Conversation

@TeoSlayer

Copy link
Copy Markdown
Contributor

The v0.0.0 pilotprotocol require only resolves through the local dev replace — when tag-bump strips dev-replaces during a cascade bump, every consumer's module graph dies on it (webhook's failure today). Real released pins fix the stripped graph; replaces still win in dev and sibling-checkout CI. Indirect rendezvous/trustedagents pins refreshed off pre-rename go.mods.

🤖 Generated with Claude Code

…0.5.7)

The v0.0.0 pilotprotocol require was resolvable only through the local
dev replace; the moment tag-bump strips dev-replaces for a cascade
bump, every consumer's module graph dies on it (webhook, 2026-07-13).
Pin the real released versions — the replaces still win during local
dev and sibling-checkout CI, and the stripped graph now resolves.
Also refreshes stale indirect pins (rendezvous v0.2.5, trustedagents
v0.2.4) whose old go.mods still referenced the pre-rename module path.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
@TeoSlayer TeoSlayer enabled auto-merge (squash) July 13, 2026 07:50
@TeoSlayer TeoSlayer merged commit cda04a2 into main Jul 13, 2026
3 checks passed
@codecov

codecov Bot commented Jul 13, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

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.

2 participants