1
0
Fork 0
mirror of https://github.com/gocsaf/csaf.git synced 2025-12-22 05:40:11 +01:00

Added support for entering passwords interactively.

This commit is contained in:
Sascha L. Teichmann 2021-12-07 11:38:14 +01:00
parent 9fb23892b6
commit 19b4f1dfb2
3 changed files with 56 additions and 19 deletions

1
go.mod
View file

@ -20,5 +20,6 @@ require (
github.com/pkg/errors v0.9.1 // indirect
github.com/sirupsen/logrus v1.4.2 // indirect
golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1 // indirect
golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1 // indirect
golang.org/x/text v0.3.6 // indirect
)