backend-service/internal/cli
ats-tech25 34ee29c26e refactor(cli): Update terminal package import and usage in admin CLI
- Replace deprecated `golang.org/x/crypto/ssh/terminal` with `golang.org/x/term`
- Update `terminal.ReadPassword()` calls to use `term.ReadPassword()`
- Remove unnecessary version of `golang.org/x/sys` in go.sum
- Ensure compatibility with latest terminal package recommendations
2025-11-06 09:15:59 +00:00
..
admin.go refactor(cli): Update terminal package import and usage in admin CLI 2025-11-06 09:15:59 +00:00
db.go feat(project): Initialize project structure and core components 2025-11-05 15:06:07 +00:00
migrate.go feat(project): Initialize project structure and core components 2025-11-05 15:06:07 +00:00
root.go feat(project): Initialize project structure and core components 2025-11-05 15:06:07 +00:00