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:
Sebastiaan van Stijn
2019-07-29 16:59:08 -07:00
parent 582591d56b
commit 0595c01718
41 changed files with 247 additions and 16 deletions

View File

@@ -10,12 +10,12 @@ import (
"strings"
"time"
"github.com/creack/pty"
"github.com/docker/docker/api/types"
"github.com/docker/docker/client"
"github.com/docker/docker/internal/test/request"
"github.com/docker/docker/pkg/parsers/kernel"
"github.com/go-check/check"
"github.com/kr/pty"
"gotest.tools/assert"
)