Use mcdsl/terminal.ReadPassword for secure password input

Replaces raw bufio.Scanner password reading (which echoed to terminal)
with the new mcdsl terminal package that suppresses echo via x/term.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-03-28 11:11:35 -07:00
co-authored by Claude Opus 4.6
parent cedba9bf83
commit 41437e3730
39 changed files with 3879 additions and 9 deletions
+1
View File
@@ -0,0 +1 @@
issuerepo: golang/go