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

1
go.mod
View file

@ -34,7 +34,6 @@ replace (
)
replace (
github.com/google/go-sev-guest => github.com/google/go-sev-guest v0.0.0-20230928233922-2dcbba0a4b9d
github.com/martinjungblut/go-cryptsetup => github.com/daniel-weisse/go-cryptsetup v0.0.0-20230705150314-d8c07bd1723c
github.com/tink-crypto/tink-go/v2 v2.0.0 => github.com/derpsteb/tink-go/v2 v2.0.0-20231002051717-a808e454eed6
)