Skip to content

Commit ec687b5

Browse files
committed
Add note about github.com/ProtonMail/go-crypto
Signed-off-by: Hidde Beydals <[email protected]>
1 parent 44198da commit ec687b5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

go.mod

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ require (
1010
github.com/Azure/azure-sdk-for-go/sdk/azidentity v0.13.1
1111
github.com/Azure/azure-sdk-for-go/sdk/storage/azblob v0.3.0
1212
github.com/Masterminds/semver/v3 v3.1.1
13+
// github.com/ProtonMail/go-crypto is a fork of golang.org/x/crypto
14+
// maintained by the ProtonMail team to continue to support the openpgp
15+
// module, after the Go team decided to no longer maintain it.
16+
// When in doubt (and not using openpgp), use /x/crypto.
1317
github.com/ProtonMail/go-crypto v0.0.0-20220113124808-70ae35bab23f
1418
github.com/cyphar/filepath-securejoin v0.2.3
1519
github.com/darkowlzz/controller-check v0.0.0-20220119215126-648356cef22c

0 commit comments

Comments
 (0)