mirror of
https://github.com/google/go-attestation.git
synced 2024-12-19 04:57:59 +00:00
go fmt
This commit is contained in:
parent
ca33c04742
commit
7e37dd3701
@ -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) {
|
||||
|
@ -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) {
|
||||
|
@ -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 (
|
||||
|
Loading…
Reference in New Issue
Block a user