mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-04-11 21:49:06 +02:00
The use of golang.org/x/crypto/ssh/terminal was marked as deprecated since that code was moved to its own repo golang.org/x/term. With this commit we use the new package name directly, which was already pulled in under its new name anyway.