mirror of
https://github.com/google/go-attestation.git
synced 2025-02-21 09:11:46 +00:00
Internal change
PiperOrigin-RevId: 415099842
This commit is contained in:
parent
0393b91867
commit
57a6cb587a
@ -14,7 +14,7 @@ import (
|
||||
|
||||
// TODO(jsonp): Move activation generation code to internal package.
|
||||
"github.com/google/go-tpm/tpm2/credactivation"
|
||||
"github.com/google/go-tspi/verification"
|
||||
"github.com/Comcast/gotspi/verification"
|
||||
)
|
||||
|
||||
const (
|
||||
|
@ -16,7 +16,7 @@ import (
|
||||
"os"
|
||||
|
||||
"github.com/google/go-attestation/attest"
|
||||
"github.com/google/go-attestation/attest/attest-tool/internal"
|
||||
"github.com/google/go-attestation/attest/attest_tool/internal"
|
||||
"github.com/google/certificate-transparency-go/x509"
|
||||
)
|
||||
|
||||
|
@ -20,7 +20,7 @@ import (
|
||||
"testing"
|
||||
|
||||
"github.com/google/go-attestation/attest"
|
||||
"github.com/google/go-attestation/attest/attest-tool/internal"
|
||||
"github.com/google/go-attestation/attest/attest_tool/internal"
|
||||
)
|
||||
|
||||
func parseEvents(t *testing.T, testdata string) []attest.Event {
|
||||
|
@ -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/google/go-tspi/attestation"
|
||||
"github.com/Comcast/gotspi/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/google/go-tspi/attestation"
|
||||
"github.com/google/go-tspi/tspi"
|
||||
"github.com/google/go-tspi/tspiconst"
|
||||
"github.com/Comcast/gotspi/attestation"
|
||||
"github.com/Comcast/gotspi/tspi"
|
||||
"github.com/Comcast/gotspi/tspiconst"
|
||||
)
|
||||
|
||||
func init() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user