From 8813fadfe9ec33361314064a284c612e5e3fa784 Mon Sep 17 00:00:00 2001 From: Koni Marti Date: Thu, 30 Dec 2021 10:25:07 +0100 Subject: pgp: update openpgp packages (go-crypto and go-pgpmail) Replaces golang.org/x/crypto with github.com/ProtonMail/go-crypto consistently and updates go-pgpmail to v0.2.0 Signed-off-by: Koni Marti --- widgets/pgpinfo.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'widgets/pgpinfo.go') diff --git a/widgets/pgpinfo.go b/widgets/pgpinfo.go index febf29a..6c07ed9 100644 --- a/widgets/pgpinfo.go +++ b/widgets/pgpinfo.go @@ -6,8 +6,8 @@ import ( "git.sr.ht/~rjarry/aerc/config" "git.sr.ht/~rjarry/aerc/lib/ui" - "golang.org/x/crypto/openpgp" - pgperrors "golang.org/x/crypto/openpgp/errors" + "github.com/ProtonMail/go-crypto/openpgp" + pgperrors "github.com/ProtonMail/go-crypto/openpgp/errors" ) type PGPInfo struct { -- cgit v1.2.3