fix: resolve issues #4 #6 #7 #8 for install and pass_mgr

This commit is contained in:
2026-03-08 23:09:16 +00:00
parent 2e38cb8fe2
commit 99787e6ded
5 changed files with 248 additions and 340 deletions

View File

@@ -2,13 +2,9 @@ module pass_mgr
go 1.24.0
require (
github.com/spf13/cobra v1.8.0
golang.org/x/term v0.40.0
)
require github.com/spf13/cobra v1.8.0
require (
github.com/inconshreveable/mousetrap v1.1.0 // indirect
github.com/spf13/pflag v1.0.5 // indirect
golang.org/x/sys v0.41.0 // indirect
)