devtools: fix runqemu

This commit is contained in:
2019-08-11 23:32:33 +02:00
parent 76f7599057
commit 4025f9d26d

View File

@@ -13,7 +13,7 @@ import (
"os" "os"
"os/exec" "os/exec"
"strings" "strings"
"github.com/kr/pty" "github.com/creack/pty"
"golang.org/x/crypto/ssh/terminal" "golang.org/x/crypto/ssh/terminal"
) )