File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -83,4 +83,4 @@ require (
8383 gopkg.in/yaml.v3 v3.0.1 // indirect
8484)
8585
86- replace github.com/virtee/sev-snp-measure-go => github.com/sammyoina/sev-snp-measure-go v0.0.0-20241107131320-81decec431be
86+ replace github.com/virtee/sev-snp-measure-go => github.com/sammyoina/sev-snp-measure-go v0.0.0-20241107163739-38915ab517c7
Original file line number Diff line number Diff line change @@ -105,8 +105,8 @@ github.com/prometheus/procfs v0.13.0/go.mod h1:cd4PFCR54QLnGKPaKGA6l+cfuNXtht43Z
105105github.com/rogpeppe/go-internal v1.12.0 h1:exVL4IDcn6na9z1rAb56Vxr+CgyK3nn3O+epU5NdKM8 =
106106github.com/rogpeppe/go-internal v1.12.0 /go.mod h1:E+RYuTGaKKdloAfM02xzb0FW3Paa99yedzYV+kq4uf4 =
107107github.com/russross/blackfriday/v2 v2.1.0 /go.mod h1:+Rmxgy9KzJVeS9/2gXHxylqXiyQDYRxCVz55jmeOWTM =
108- github.com/sammyoina/sev-snp-measure-go v0.0.0-20241107131320-81decec431be h1:V4ASMLZl1UEdXFaeld95JBzZLZvmLndyLgPm/P+aIkU =
109- github.com/sammyoina/sev-snp-measure-go v0.0.0-20241107131320-81decec431be /go.mod h1:dEkBe8JnxU5itNjZDEQINFd7f7l4DtjfqRuzPQcit4w =
108+ github.com/sammyoina/sev-snp-measure-go v0.0.0-20241107163739-38915ab517c7 h1:g+a3hLU4pl41mhP+CQu3+bDhL4HSfrnPI1BvLjKfD8Y =
109+ github.com/sammyoina/sev-snp-measure-go v0.0.0-20241107163739-38915ab517c7 /go.mod h1:dEkBe8JnxU5itNjZDEQINFd7f7l4DtjfqRuzPQcit4w =
110110github.com/sirupsen/logrus v1.9.3 h1:dueUQJ1C2q9oE3F7wvmSGAaVtTmUizReu6fjN8uqzbQ =
111111github.com/sirupsen/logrus v1.9.3 /go.mod h1:naHLuLoDiP4jHNo9R0sCBMtWGeIprob74mVsIT4qYEQ =
112112github.com/spf13/cobra v1.8.1 h1:e5/vxKd/rZsfSJMUX1agtjeTDf+qv1/JdBF8gg5k9ZM =
Original file line number Diff line number Diff line change @@ -134,7 +134,7 @@ fn main() {
134134 let chip_id: String = BASE64_STANDARD . encode ( cpu_id. 0 ) ;
135135 let minimum_build = status. build_id ;
136136 let minimum_version = status. version . to_string ( ) ;
137- let permit_provisional_firmware = false ;
137+ let permit_provisional_firmware = true ;
138138 let require_id_block = false ;
139139 let product = sev_product ( get_sev_snp_processor ( ) ) ;
140140
You can’t perform that action at this time.
0 commit comments