mirror of
https://github.com/google/go-attestation.git
synced 2025-01-18 18:36:24 +00:00
Fix to imports (update.go could not map properly) (#11)
This commit is contained in:
parent
dc8d5cb824
commit
b15816bdc8
@ -26,11 +26,12 @@ import (
|
||||
"fmt"
|
||||
"io"
|
||||
|
||||
"github.com/golang/sys/windows/registry"
|
||||
"github.com/google/certificate-transparency-go/x509"
|
||||
tpm1 "github.com/google/go-tpm/tpm"
|
||||
"github.com/google/go-tpm/tpm2"
|
||||
"github.com/google/go-tpm/tpmutil"
|
||||
tpmtbs "github.com/google/go-tpm/tpmutil/tbs"
|
||||
"golang.org/x/sys/windows/registry"
|
||||
)
|
||||
|
||||
var wellKnownAuth [20]byte
|
||||
|
Loading…
Reference in New Issue
Block a user