mirror of
https://github.com/kairos-io/tpm-helpers.git
synced 2025-09-20 00:38:29 +00:00
Rename repository
This commit is contained in:
@@ -5,7 +5,7 @@ import (
|
||||
|
||||
. "github.com/onsi/ginkgo/v2"
|
||||
. "github.com/onsi/gomega"
|
||||
. "github.com/rancher-sandbox/go-tpm/backend"
|
||||
. "github.com/kairos-io/go-tpm/backend"
|
||||
)
|
||||
|
||||
var _ = Describe("SWTPM", func() {
|
||||
|
@@ -12,7 +12,7 @@ import (
|
||||
"github.com/gorilla/websocket"
|
||||
. "github.com/onsi/ginkgo/v2"
|
||||
. "github.com/onsi/gomega"
|
||||
. "github.com/rancher-sandbox/go-tpm"
|
||||
. "github.com/kairos-io/go-tpm"
|
||||
)
|
||||
|
||||
func writeRead(conn *websocket.Conn, input []byte) ([]byte, error) {
|
||||
|
2
go.mod
2
go.mod
@@ -1,4 +1,4 @@
|
||||
module github.com/rancher-sandbox/go-tpm
|
||||
module github.com/kairos-io/go-tpm
|
||||
|
||||
go 1.17
|
||||
|
||||
|
2
tpm.go
2
tpm.go
@@ -14,7 +14,7 @@ import (
|
||||
"github.com/google/go-attestation/attest"
|
||||
"github.com/google/go-tpm-tools/simulator"
|
||||
"github.com/pkg/errors"
|
||||
"github.com/rancher-sandbox/go-tpm/backend"
|
||||
"github.com/kairos-io/go-tpm/backend"
|
||||
)
|
||||
|
||||
// GenerateChallenge generates a challenge from attestation data and a public endorsed key
|
||||
|
@@ -5,8 +5,8 @@ import (
|
||||
|
||||
. "github.com/onsi/ginkgo/v2"
|
||||
. "github.com/onsi/gomega"
|
||||
. "github.com/rancher-sandbox/go-tpm"
|
||||
. "github.com/rancher-sandbox/go-tpm/backend"
|
||||
. "github.com/kairos-io/go-tpm"
|
||||
. "github.com/kairos-io/go-tpm/backend"
|
||||
)
|
||||
|
||||
var _ = Describe("Simulated TPM", func() {
|
||||
|
Reference in New Issue
Block a user