You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(go): drop support for old space-separated exhortignore format in indirect deps
The old format (// indirect exhortignore) is no longer supported — only the
semicolon format (// indirect; exhortignore) is accepted. This aligns with the
JS client and avoids issues with go mod tidy mangling comments.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
0 commit comments