Rename repository

This commit is contained in:
mudler
2022-10-07 23:53:23 +02:00
parent fef86f595b
commit 700d855876
5 changed files with 6 additions and 6 deletions

View File

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