Update dependency on ssh/terminal.

This commit is contained in:
Andrey Smirnov
2015-02-28 23:00:45 +03:00
parent 8fcfedf708
commit 6bf910ea56
2 changed files with 2 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
package console
import (
"code.google.com/p/go.crypto/ssh/terminal"
"golang.org/x/crypto/ssh/terminal"
"syscall"
)