Commit 0558f08
fix(ci): resolve siblings via go.work replace (not use) + require yaad
The 'use ./external/*' workspace form still verified each required sibling
version against the frozen public proxy/sumdb, causing 'checksum mismatch /
SECURITY ERROR' on vet and module-hygiene (local HEAD != frozen v0.1.0 tag).
Switch go.work to 'use .' + explicit 'replace => ./external/<repo>' for all
six siblings — replace fully bypasses proxy verification (matching the
sibling repos). Add the missing 'require yaad v0.1.0' (replace needs a
matching require; yaad is imported in 136 files).
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>1 parent c305a88 commit 0558f08
3 files changed
Lines changed: 124 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
4 | | - | |
5 | | - | |
6 | | - | |
7 | | - | |
8 | | - | |
9 | | - | |
10 | | - | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
11 | 12 | | |
0 commit comments