Use upstream go-attestation (#286)

The reason for replacing the module was waiting for https://github.com/google/go-attestation/pull/284 to be merged.
This commit is contained in:
Malte Poll 2022-10-17 09:44:05 +02:00 committed by GitHub
parent 623cb6cdb5
commit 397e61700d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 12 additions and 13 deletions

View file

@ -39,7 +39,7 @@ require (
github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/compute/armcompute/v2 v2.0.0
github.com/edgelesssys/constellation/v2 v2.0.0
github.com/go-git/go-git/v5 v5.4.2
github.com/google/go-tpm-tools v0.3.8
github.com/google/go-tpm-tools v0.3.9
github.com/google/uuid v1.3.0
github.com/spf13/afero v1.9.2
github.com/spf13/cobra v1.5.0
@ -131,7 +131,7 @@ require (
github.com/golang/protobuf v1.5.2 // indirect
github.com/google/certificate-transparency-go v1.1.2 // indirect
github.com/google/gnostic v0.5.7-v3refs // indirect
github.com/google/go-attestation v0.4.4-0.20220404204839-8820d49b18d9 // indirect
github.com/google/go-attestation v0.4.4-0.20221011162210-17f9c05652a9 // indirect
github.com/google/go-cmp v0.5.9 // indirect
github.com/google/go-containerregistry v0.11.0 // indirect
github.com/google/go-tpm v0.3.3 // indirect