bump vendor for containerd/console update

Signed-off-by: Daniel Dao <dqminh89@gmail.com>
This commit is contained in:
Daniel Dao
2017-07-28 12:08:58 +01:00
parent 1a054c67b1
commit de2671b7f5
5 changed files with 24 additions and 1 deletions

View File

@@ -28,6 +28,8 @@ type Console interface {
Size() (WinSize, error)
// Fd returns the console's file descriptor
Fd() uintptr
// Name returns the console's file name
Name() string
}
// WinSize specifies the window size of the console