mirror of
https://github.com/passbolt/go-passbolt.git
synced 2025-05-10 09:58:21 +00:00
20 lines
599 B
Modula-2
20 lines
599 B
Modula-2
module github.com/passbolt/go-passbolt
|
|
|
|
go 1.18
|
|
|
|
require (
|
|
github.com/ProtonMail/gopenpgp/v2 v2.5.0
|
|
github.com/google/go-querystring v1.1.0
|
|
github.com/google/uuid v1.3.0
|
|
)
|
|
|
|
require (
|
|
github.com/ProtonMail/go-crypto v0.0.0-20221026131551-cf6655e29de4 // indirect
|
|
github.com/ProtonMail/go-mime v0.0.0-20221031134845-8fd9bc37cf08 // indirect
|
|
github.com/cloudflare/circl v1.3.1 // indirect
|
|
github.com/pkg/errors v0.9.1 // indirect
|
|
github.com/stretchr/testify v1.7.0 // indirect
|
|
golang.org/x/crypto v0.4.0 // indirect
|
|
golang.org/x/sys v0.3.0 // indirect
|
|
golang.org/x/text v0.5.0 // indirect
|
|
)
|