add password prompt

This commit is contained in:
Samuel Lorch 2021-09-10 08:45:54 +02:00
parent 19f6fb3b0e
commit ad91065c71
2 changed files with 9 additions and 1 deletions

1
go.mod
View file

@ -11,5 +11,6 @@ require (
github.com/spf13/cobra v1.2.1
github.com/spf13/viper v1.8.1
golang.org/x/sys v0.0.0-20210906170528-6f6e22806c34 // indirect
golang.org/x/term v0.0.0-20210615171337-6886f2dfbf5b
gopkg.in/ini.v1 v1.63.0 // indirect
)