diff --git a/Gomfile b/Gomfile index 58022083..7ef20532 100644 --- a/Gomfile +++ b/Gomfile @@ -1,5 +1,4 @@ gom 'code.google.com/p/go-uuid/uuid', :commit => '5fac954758f5' -gom 'code.google.com/p/go.crypto/ssh/terminal', :commit => '7aa593ce8cea' gom 'code.google.com/p/gographviz', :commit => '454bc64fdfa2' gom 'code.google.com/p/mxk/go1/flowcontrol', :commit => '5ff2502e2556' gom 'code.google.com/p/snappy-go/snappy', :commit => '12e4b4183793' @@ -20,6 +19,7 @@ gom 'github.com/syndtr/goleveldb/leveldb', :commit => '97e257099d2ab9578151ba85e gom 'github.com/ugorji/go/codec', :commit => '71c2886f5a673a35f909803f38ece5810165097b' gom 'github.com/vaughan0/go-ini', :commit => 'a98ad7ee00ec53921f08832bc06ecf7fd600e6a1' gom 'github.com/wsxiaoys/terminal/color', :commit => '5668e431776a7957528361f90ce828266c69ed08' +gom 'golang.org/x/crypto/ssh/terminal', :commit => 'a7ead6ddf06233883deca151dffaef2effbf498f' group :test do gom 'gopkg.in/check.v1' diff --git a/console/terminal.go b/console/terminal.go index 4cb75913..5f414d2a 100644 --- a/console/terminal.go +++ b/console/terminal.go @@ -1,7 +1,7 @@ package console import ( - "code.google.com/p/go.crypto/ssh/terminal" + "golang.org/x/crypto/ssh/terminal" "syscall" )