Use the legacy tpm2 package import

This commit is contained in:
Herman Slatman
2023-09-19 12:11:46 +02:00
parent 18d1b21a66
commit f2993c4c3b

View File

@@ -26,7 +26,7 @@ import (
"time"
"github.com/fxamacker/cbor/v2"
"github.com/google/go-tpm/tpm2"
"github.com/google/go-tpm/legacy/tpm2"
"golang.org/x/exp/slices"
"github.com/smallstep/go-attestation/attest"