mirror of
https://github.com/passbolt/go-passbolt-cli.git
synced 2025-09-13 06:59:07 +00:00
add MFA support, update deps
This commit is contained in:
parent
5c528a9a3d
commit
07c02c6dba
4 changed files with 193 additions and 35 deletions
17
go.mod
17
go.mod
|
@ -3,14 +3,13 @@ module github.com/speatzle/go-passbolt-cli
|
|||
go 1.16
|
||||
|
||||
require (
|
||||
github.com/fsnotify/fsnotify v1.5.1 // indirect
|
||||
github.com/pelletier/go-toml v1.9.4 // indirect
|
||||
github.com/pterm/pterm v0.12.30
|
||||
github.com/speatzle/go-passbolt v0.4.0
|
||||
github.com/spf13/cast v1.4.1 // indirect
|
||||
github.com/ProtonMail/gopenpgp/v2 v2.2.3 // indirect
|
||||
github.com/cpuguy83/go-md2man/v2 v2.0.1 // indirect
|
||||
github.com/pterm/pterm v0.12.31
|
||||
github.com/speatzle/go-passbolt v0.5.0
|
||||
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
|
||||
github.com/spf13/viper v1.9.0
|
||||
golang.org/x/crypto v0.0.0-20210921155107-089bfa567519 // indirect
|
||||
golang.org/x/sys v0.0.0-20210921065528-437939a70204 // indirect
|
||||
golang.org/x/term v0.0.0-20210916214954-140adaaadfaf
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue