Closed xaionaro closed 1 year ago
This is required to migrate from pcr to bootflow in future. Basically here I just remove dependency on pcr entities like pcr.Measurement from package pkg/diff, so that pkg/diff is now usable from pkg/bootflow.
pcr
bootflow
pcr.Measurement
pkg/diff
pkg/bootflow
Merged as part of bootflow
This is required to migrate from
pcr
tobootflow
in future. Basically here I just remove dependency onpcr
entities likepcr.Measurement
from packagepkg/diff
, so thatpkg/diff
is now usable frompkg/bootflow
.