mirror of
https://github.com/passbolt/go-passbolt-cli.git
synced 2025-09-13 06:59:07 +00:00
Update Deps for Bugfixes
This commit is contained in:
parent
fa4d395a02
commit
138c8ae152
2 changed files with 38 additions and 22 deletions
9
go.mod
9
go.mod
|
@ -3,16 +3,15 @@ module github.com/speatzle/go-passbolt-cli
|
|||
go 1.16
|
||||
|
||||
require (
|
||||
github.com/ProtonMail/gopenpgp/v2 v2.3.1 // indirect
|
||||
github.com/alessio/shellescape v1.4.1
|
||||
github.com/gookit/color v1.5.0 // indirect
|
||||
github.com/pterm/pterm v0.12.33
|
||||
github.com/speatzle/go-passbolt v0.5.2
|
||||
github.com/pterm/pterm v0.12.34
|
||||
github.com/speatzle/go-passbolt v0.5.3
|
||||
github.com/spf13/afero v1.8.0 // indirect
|
||||
github.com/spf13/cobra v1.3.0
|
||||
github.com/spf13/viper v1.10.1
|
||||
golang.org/x/crypto v0.0.0-20211215153901-e495a2d5b3d3 // indirect
|
||||
golang.org/x/sys v0.0.0-20211216021012-1d35b9e2eb4e // indirect
|
||||
golang.org/x/term v0.0.0-20210927222741-03fcf44c2211
|
||||
gopkg.in/ini.v1 v1.66.3 // indirect
|
||||
)
|
||||
|
||||
// replace github.com/speatzle/go-passbolt => ../go-passbolt
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue