Tags: pilot-protocol/handshake
Tags
deps: switch shared types to common (#4) * deps: switch shared types from web4 hub to common Same migration as the other siblings: replace github.com/TeoSlayer/pilotprotocol/pkg/{coreapi,protocol,driver,registry/{client,wire},config,logging,urlvalidate,secure} and the ipcutil import path with the canonical common module. Unlike the leaf siblings, this repo keeps its github.com/TeoSlayer/pilotprotocol/pkg/daemon import because the sibling implements daemon plugin code that is tightly coupled to the daemon engine. That cycle is intentional for now — handshake, runtime, and libpilot are co-built with web4, not independent releases. go build ./... passes. * deps: pin common v0.2.0 --------- Co-authored-by: Teodor Calin <teodor@vulturelabs.io>