mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
switch kr/pty to creack/pty v1.1.7
kr/pty was moved to creak/pty and the old location was archived. Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
parent
582591d56b
commit
0595c01718
41 changed files with 247 additions and 16 deletions
|
@ -11,9 +11,9 @@ import (
|
|||
"strings"
|
||||
"time"
|
||||
|
||||
"github.com/creack/pty"
|
||||
"github.com/docker/docker/integration-cli/cli/build"
|
||||
"github.com/go-check/check"
|
||||
"github.com/kr/pty"
|
||||
"gotest.tools/assert"
|
||||
"gotest.tools/icmd"
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue