mirror of
https://github.com/passbolt/go-passbolt.git
synced 2025-09-13 14:29:09 +00:00
Update Deps
This commit is contained in:
parent
f1122a019c
commit
0a86e0c1e6
2 changed files with 14 additions and 13 deletions
7
go.mod
7
go.mod
|
@ -3,12 +3,11 @@ module github.com/speatzle/go-passbolt
|
|||
go 1.16
|
||||
|
||||
require (
|
||||
github.com/ProtonMail/go-crypto v0.0.0-20210707164159-52430bf6b52c // indirect
|
||||
github.com/ProtonMail/gopenpgp/v2 v2.2.2
|
||||
github.com/ProtonMail/gopenpgp/v2 v2.4.2
|
||||
github.com/google/go-querystring v1.1.0
|
||||
github.com/google/uuid v1.3.0
|
||||
github.com/sirupsen/logrus v1.8.1 // indirect
|
||||
golang.org/x/crypto v0.0.0-20210817164053-32db794688a5 // indirect
|
||||
golang.org/x/sys v0.0.0-20210823070655-63515b42dcdf // indirect
|
||||
golang.org/x/crypto v0.0.0-20220112180741-5e0467b6c7ce // indirect
|
||||
golang.org/x/sys v0.0.0-20220114195835-da31bd327af9 // indirect
|
||||
golang.org/x/text v0.3.7 // indirect
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue