Merge branch 'openpgp' into 'master'
Add support for OpenPGP keys attached to email resources See merge request !46
... | ... | @@ -8,6 +8,7 @@ require ( |
git.autistici.org/id/auth v0.0.0-20211206094959-05544c3c95bb | ||
git.autistici.org/id/go-sso v0.0.0-20210117165919-e56e6579953d | ||
git.autistici.org/id/usermetadb v0.0.0-20210507085300-ad16aa223703 | ||
github.com/ProtonMail/gopenpgp/v2 v2.4.5 | ||
github.com/go-ldap/ldap/v3 v3.4.1 | ||
github.com/go-test/deep v1.0.7 | ||
github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369 // indirect | ||
... | ... | @@ -15,6 +16,7 @@ require ( |
github.com/pquerna/otp v1.3.0 | ||
github.com/prometheus/client_golang v1.11.0 | ||
github.com/sethvargo/go-password v0.2.0 | ||
github.com/tv42/zbase32 v0.0.0-20220222190657-f76a9fc892fa | ||
golang.org/x/crypto v0.0.0-20211202192323-5770296d904e | ||
golang.org/x/net v0.0.0-20211112202133-69e39bad7dc2 | ||
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c | ||
... | ... |