mirror of
https://github.com/passbolt/go-passbolt-cli.git
synced 2025-09-13 06:59:07 +00:00
update deps
This commit is contained in:
parent
6d5327cd95
commit
89abb4f5a3
2 changed files with 148 additions and 106 deletions
21
go.mod
21
go.mod
|
@ -3,21 +3,20 @@ module github.com/passbolt/go-passbolt-cli
|
|||
go 1.16
|
||||
|
||||
require (
|
||||
github.com/ProtonMail/go-crypto v0.0.0-20220407094043-a94812496cf5 // indirect
|
||||
github.com/ProtonMail/gopenpgp/v2 v2.4.6 // indirect
|
||||
github.com/ProtonMail/go-crypto v0.0.0-20220517143526-88bb52951d5b // indirect
|
||||
github.com/ProtonMail/go-mime v0.0.0-20220429130430-2192574d760f // indirect
|
||||
github.com/ProtonMail/gopenpgp/v2 v2.4.7 // indirect
|
||||
github.com/alessio/shellescape v1.4.1
|
||||
github.com/gookit/color v1.5.0 // indirect
|
||||
github.com/magiconair/properties v1.8.6 // indirect
|
||||
github.com/cpuguy83/go-md2man/v2 v2.0.2 // indirect
|
||||
github.com/passbolt/go-passbolt v0.5.7
|
||||
github.com/pterm/pterm v0.12.41
|
||||
github.com/spf13/afero v1.8.2 // indirect
|
||||
github.com/spf13/cobra v1.4.0
|
||||
github.com/spf13/viper v1.10.1
|
||||
github.com/tobischo/gokeepasslib/v3 v3.2.4
|
||||
golang.org/x/crypto v0.0.0-20220411220226-7b82a4e95df4 // indirect
|
||||
golang.org/x/sys v0.0.0-20220412211240-33da011f77ad // indirect
|
||||
golang.org/x/term v0.0.0-20220411215600-e5f449aeb171
|
||||
gopkg.in/ini.v1 v1.66.4 // indirect
|
||||
github.com/spf13/viper v1.12.0
|
||||
github.com/tobischo/gokeepasslib/v3 v3.3.0
|
||||
golang.org/x/crypto v0.0.0-20220525230936-793ad666bf5e // indirect
|
||||
golang.org/x/term v0.0.0-20220526004731-065cf7ba2467
|
||||
gopkg.in/ini.v1 v1.66.5 // indirect
|
||||
gopkg.in/yaml.v3 v3.0.1 // indirect
|
||||
)
|
||||
|
||||
// replace github.com/passbolt/go-passbolt => ../go-passbolt
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue