🎨 Rename

Signed-off-by: mudler <mudler@c3os.io>
This commit is contained in:
mudler
2023-01-16 12:24:36 +01:00
parent b7975df14f
commit 372d597dd3
5 changed files with 6 additions and 7 deletions

View File

@@ -10,9 +10,9 @@ import (
"time"
"github.com/gorilla/websocket"
. "github.com/kairos-io/tpm-helpers"
. "github.com/onsi/ginkgo/v2"
. "github.com/onsi/gomega"
. "github.com/kairos-io/go-tpm"
)
func writeRead(conn *websocket.Conn, input []byte) ([]byte, error) {