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
keep core untouched and drop the inert dnshelper root replace
Review follow-ups: (1) go work sync had bumped modules/core's x/sys and left its go.sum incomplete, breaking core's standalone GOWORK=off build; revert core/go.mod+go.sum to main so the helpers PR does not modify the already-merged core module (ssh legitimately needs the newer x/sys; the workspace resolves the max). (2) Root replaced dnshelper/v2 without requiring it (dnshelper is test-only, not imported by root); drop the inert replace so root replaces match its requires.
0 commit comments