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
deps: switch shared types from web4 hub to common (#3)
Mechanical sed sweep replacing every
github.com/TeoSlayer/pilotprotocol/pkg/{coreapi,protocol,driver,registry/client,registry/wire,config,logging,urlvalidate,secure}
and github.com/TeoSlayer/pilotprotocol/internal/ipcutil
with the equivalent github.com/pilot-protocol/common/<pkg>.
Adds a local replace directive so dev still resolves against the
local common checkout. The hub require for TeoSlayer/pilotprotocol
remains for now (handshake/runtime/libpilot keep their pkg/daemon
import; the rest will be cleaned up when web4 itself migrates in
Phase 3 — see common/extract-shared-types-from-web4 branch).
go build ./... passes.
Co-authored-by: Teodor Calin <teodor@vulturelabs.io>
0 commit comments