mirror of
https://github.com/google/go-attestation.git
synced 2025-04-19 08:36:19 +00:00
Revert "Internal change"
PiperOrigin-RevId: 415106054 Co-authored-by: Brandon Weeks <bweeks@google.com>
This commit is contained in:
parent
57a6cb587a
commit
f1f1b84491
@ -14,7 +14,7 @@ import (
|
||||
|
||||
// TODO(jsonp): Move activation generation code to internal package.
|
||||
"github.com/google/go-tpm/tpm2/credactivation"
|
||||
"github.com/Comcast/gotspi/verification"
|
||||
"github.com/google/go-tspi/verification"
|
||||
)
|
||||
|
||||
const (
|
||||
|
@ -24,7 +24,7 @@ import (
|
||||
"crypto"
|
||||
"testing"
|
||||
|
||||
"github.com/google/go-tpm_tools/simulator"
|
||||
"github.com/google/go-tpm-tools/simulator"
|
||||
)
|
||||
|
||||
func setupSimulatedTPM(t *testing.T) (*simulator.Simulator, *TPM) {
|
||||
|
@ -19,7 +19,7 @@ package attest
|
||||
import (
|
||||
"fmt"
|
||||
|
||||
"github.com/Comcast/gotspi/attestation"
|
||||
"github.com/google/go-tspi/attestation"
|
||||
)
|
||||
|
||||
// trousersKey12 represents a key bound to a TPM 1.2 device via tcsd.
|
||||
|
@ -23,9 +23,9 @@ import (
|
||||
"io/ioutil"
|
||||
|
||||
"github.com/google/certificate-transparency-go/x509"
|
||||
"github.com/Comcast/gotspi/attestation"
|
||||
"github.com/Comcast/gotspi/tspi"
|
||||
"github.com/Comcast/gotspi/tspiconst"
|
||||
"github.com/google/go-tspi/attestation"
|
||||
"github.com/google/go-tspi/tspi"
|
||||
"github.com/google/go-tspi/tspiconst"
|
||||
)
|
||||
|
||||
func init() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user