helm-sigstore
helm-sigstore copied to clipboard
deal with deprecation of x/crypto/openpgp
Description
Per https://github.com/golang/go/issues/44226 golang.org/x/crypto/openpgp is now frozen and deprecated. We should look to switch to a different implementation to ensure we stay up to date as best we can with this technology.
similar to https://github.com/sigstore/rekor/issues/286
I remember @bobcallaway looked at this for rekor, and considered swapping for the protonmail version but had some issues.