deps: remove obsolete Go replace to upgrade go-sev-guest (#3107)

Signed-off-by: Daniel Weiße <dw@edgeless.systems>
This commit is contained in:
Daniel Weiße 2024-05-16 15:48:44 +02:00 committed by GitHub
parent fe65a6da76
commit 036a4f2ee1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
11 changed files with 31 additions and 27 deletions

View file

@ -131,7 +131,7 @@ func getCertChain(cfg config.AttestationCfg) ([]byte, error) {
}
if awsCfg.AMDSigningKey.Equal(config.Certificate{}) {
certs, err := trust.GetProductChain(kds.ProductString(snp.Product()), abi.VlekReportSigner, trust.DefaultHTTPSGetter())
certs, err := trust.GetProductChain(kds.ProductLine(snp.Product()), abi.VlekReportSigner, trust.DefaultHTTPSGetter())
if err != nil {
return nil, fmt.Errorf("getting product certificate chain: %w", err)
}