Fix to imports (update.go could not map properly) (#11)

This commit is contained in:
DenisKarch 2019-04-09 11:33:23 -07:00 committed by Tom D
parent dc8d5cb824
commit b15816bdc8

View File

@ -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