Skip to content

Commit

Permalink
Revert "Internal change"
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 415106054

Co-authored-by: Brandon Weeks <[email protected]>
  • Loading branch information
copybara-service[bot] and brandonweeks authored Dec 8, 2021
1 parent 57a6cb5 commit f1f1b84
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 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/Comcast/gotspi/verification"
"github.com/google/go-tspi/verification"
)

const (
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/Comcast/gotspi/attestation"
"github.com/google/go-tspi/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/Comcast/gotspi/attestation"
"github.com/Comcast/gotspi/tspi"
"github.com/Comcast/gotspi/tspiconst"
"github.com/google/go-tspi/attestation"
"github.com/google/go-tspi/tspi"
"github.com/google/go-tspi/tspiconst"
)

func init() {
Expand Down

0 comments on commit f1f1b84

Please sign in to comment.