We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44198da commit ec687b5Copy full SHA for ec687b5
go.mod
@@ -10,6 +10,10 @@ require (
10
github.com/Azure/azure-sdk-for-go/sdk/azidentity v0.13.1
11
github.com/Azure/azure-sdk-for-go/sdk/storage/azblob v0.3.0
12
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.
17
github.com/ProtonMail/go-crypto v0.0.0-20220113124808-70ae35bab23f
18
github.com/cyphar/filepath-securejoin v0.2.3
19
github.com/darkowlzz/controller-check v0.0.0-20220119215126-648356cef22c
0 commit comments