about summary refs log tree commit diff stats
path: root/widgets/pgpinfo.go
diff options
context:
space:
mode:
Diffstat (limited to 'widgets/pgpinfo.go')
-rw-r--r--widgets/pgpinfo.go4
1 files changed, 2 insertions, 2 deletions
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 {