mirror of
https://blitiri.com.ar/repos/chasquid
synced 2025-12-17 14:37:02 +00:00
Today, we use `golang.org/x/crypto/ssh/terminal` to read passwords. That package is obsolete, replaced with `golang.org/x/term`. We couldn't move them because term wasn't compatible with Go 1.11 which was our oldest supported Go version. Now that we moved to Go 1.15 as the oldest supported version, we can do the update.