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
27d452ce9d
commit
dab5f0125f
2 changed files with 31 additions and 6 deletions
16
go.mod
16
go.mod
|
@ -3,13 +3,17 @@ module github.com/speatzle/go-passbolt-cli
|
|||
go 1.16
|
||||
|
||||
require (
|
||||
github.com/ProtonMail/gopenpgp/v2 v2.2.3 // indirect
|
||||
github.com/ProtonMail/gopenpgp/v2 v2.3.0 // 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/gookit/color v1.5.0 // indirect
|
||||
github.com/pterm/pterm v0.12.33
|
||||
github.com/speatzle/go-passbolt v0.5.1
|
||||
github.com/spf13/cobra v1.2.1
|
||||
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
|
||||
golang.org/x/crypto v0.0.0-20211117183948-ae814b36b871 // indirect
|
||||
golang.org/x/sys v0.0.0-20211117180635-dee7805ff2e1 // indirect
|
||||
golang.org/x/term v0.0.0-20210927222741-03fcf44c2211
|
||||
gopkg.in/ini.v1 v1.64.0 // indirect
|
||||
)
|
||||
|
||||
// replace github.com/speatzle/go-passbolt => ../go-passbolt
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue