mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Merge pull request #13745 from icecrime/test_import_path
Fix kr/pty import path in test-integration-cli
This commit is contained in:
commit
cbe120db58
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue