mirror of
https://github.com/moby/moby.git
synced 2026-01-11 18:51:37 +00:00
Fix kr/pty import path
Signed-off-by: Arnaud Porterie <arnaud.porterie@docker.com>
This commit is contained in:
@@ -8,8 +8,8 @@ import (
|
||||
"os"
|
||||
"os/exec"
|
||||
|
||||
"github.com/docker/docker/vendor/src/github.com/kr/pty"
|
||||
"github.com/go-check/check"
|
||||
"github.com/kr/pty"
|
||||
)
|
||||
|
||||
// save a repo and try to load it using stdout
|
||||
|
||||
Reference in New Issue
Block a user