This commit is contained in:
Tom 2019-03-28 14:00:07 -07:00
parent ca33c04742
commit 7e37dd3701
3 changed files with 5 additions and 5 deletions

View File

@ -22,9 +22,9 @@ import (
"github.com/google/certificate-transparency-go/x509"
"github.com/google/go-tpm/tpm2/credactivation"
"github.com/google/go-tpm/tpm2"
"github.com/google/go-tpm-tools/simulator"
"github.com/google/go-tpm/tpm2"
"github.com/google/go-tpm/tpm2/credactivation"
)
func setupSimulatedTPM(t *testing.T) (*simulator.Simulator, *TPM) {

View File

@ -22,8 +22,8 @@ import (
"github.com/google/certificate-transparency-go/x509"
"github.com/google/go-tpm/tpm2/credactivation"
"github.com/google/go-tpm/tpm2"
"github.com/google/go-tpm/tpm2/credactivation"
)
func TestOpen(t *testing.T) {

View File

@ -26,9 +26,9 @@ import (
"github.com/google/certificate-transparency-go/x509"
"golang.org/x/sys/windows"
tpmtbs "github.com/google/go-tpm/tpmutil/tbs"
"github.com/google/go-tpm/tpmutil"
tpmtbs "github.com/google/go-tpm/tpmutil/tbs"
"golang.org/x/sys/windows"
)
const (