From 0ba0e8f031222feafe2c6fe04ba9c3da11dd361a Mon Sep 17 00:00:00 2001 From: Filippo Valsorda Date: Wed, 11 Aug 2021 15:43:27 -0400 Subject: openpgp: mark as deprecated Finally. Fixes golang/go#44226 Change-Id: I73de5a49357f8891afef9094ab497f389b899943 Reviewed-on: https://go-review.googlesource.com/c/crypto/+/341549 Trust: Filippo Valsorda Run-TryBot: Filippo Valsorda TryBot-Result: Go Bot Reviewed-by: Roland Shoemaker --- openpgp/errors/errors.go | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'openpgp/errors/errors.go') diff --git a/openpgp/errors/errors.go b/openpgp/errors/errors.go index eb0550b..8a34b5a 100644 --- a/openpgp/errors/errors.go +++ b/openpgp/errors/errors.go @@ -3,6 +3,12 @@ // license that can be found in the LICENSE file. // Package errors contains common error types for the OpenPGP packages. +// +// Deprecated: this package is unmaintained except for security fixes. New +// applications should consider a more focused, modern alternative to OpenPGP +// for their specific task. If you are required to interoperate with OpenPGP +// systems and need a maintained package, consider a maintained community fork. +// See https://golang.org/issue/37497. package errors // import "golang.org/x/crypto/openpgp/errors" import ( -- cgit v1.3-5-g45d5