feat: echo password while start every time

This commit is contained in:
Xhofe
2022-03-12 00:24:55 +08:00
parent 19d0a88b55
commit b1d7a980d9
4 changed files with 13 additions and 1 deletions

2
go.mod
View File

@ -25,6 +25,8 @@ require (
require (
github.com/baiyubin/aliyun-sts-go-sdk v0.0.0-20180326062324-cfa1a18b161f // indirect
github.com/fatih/color v1.13.0 // indirect
github.com/mattn/go-colorable v0.1.9 // indirect
golang.org/x/time v0.0.0-20191024005414-555d28b269f0 // indirect
)