FiloSottile / age

A simple, modern and secure encryption tool (and Go library) with small explicit keys, no config options, and UNIX-style composability.
https://age-encryption.org
BSD 3-Clause "New" or "Revised" License
16.83k stars 492 forks source link

Use golang.org/x/term instead of deprecated package #205

Closed codesoap closed 3 years ago

codesoap commented 3 years ago

According to the documentation of golang.org/x/crypto/ssh/terminal this package has been deprecated and golang.org/x/term should be used instead.

FiloSottile commented 3 years ago

Thank you!