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
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>
0 commit comments