Skip to content

Commit

Permalink
Internal change
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 415099842
  • Loading branch information
brandonweeks authored and copybara-github committed Dec 8, 2021
1 parent 0393b91 commit 57a6cb5
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion attest/activation.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 (
Expand Down
2 changes: 1 addition & 1 deletion attest/attest-tool/attest-tool.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"
)

Expand Down
2 changes: 1 addition & 1 deletion attest/attest-tool/internal/eventlog/secureboot_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down
2 changes: 1 addition & 1 deletion attest/attest_simulated_tpm20_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down
2 changes: 1 addition & 1 deletion attest/key_linux.go
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
6 changes: 3 additions & 3 deletions attest/tpm12_linux.go
Original file line number Diff line number Diff line change
Expand Up @@ -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() {
Expand Down

0 comments on commit 57a6cb5

Please sign in to comment.