devtools: fix runqemu

This commit is contained in:
Giacomo Tesio 2019-08-11 23:32:33 +02:00
parent 76f7599057
commit 4025f9d26d
1 changed files with 1 additions and 1 deletions

View File

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