update deps to include bugfix for #8

This commit is contained in:
Samuel Lorch 2022-04-07 16:29:56 +02:00
parent f4dedc8726
commit 7b35d8dac7
2 changed files with 34 additions and 6 deletions

15
go.mod
View file

@ -3,16 +3,19 @@ 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/alessio/shellescape v1.4.1
github.com/gookit/color v1.5.0 // indirect
github.com/passbolt/go-passbolt v0.5.5
github.com/pterm/pterm v0.12.37
github.com/spf13/afero v1.8.1 // indirect
github.com/spf13/cobra v1.3.0
github.com/magiconair/properties v1.8.6 // indirect
github.com/passbolt/go-passbolt v0.5.6
github.com/pterm/pterm v0.12.40
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-20220214200702-86341886e292 // indirect
golang.org/x/sys v0.0.0-20220222160653-b146bcec3beb // indirect
golang.org/x/crypto v0.0.0-20220331220935-ae2d96664a29 // indirect
golang.org/x/sys v0.0.0-20220406163625-3f8b81556e12 // indirect
golang.org/x/term v0.0.0-20210927222741-03fcf44c2211
gopkg.in/ini.v1 v1.66.4 // indirect
)