switch to maintained openpgp library

This commit is contained in:
Jörg Thalheim 2021-08-29 15:22:52 +02:00
parent 024c079aa1
commit 3e2aefbc61
4 changed files with 14 additions and 7 deletions

View file

@ -7,8 +7,8 @@ import (
"reflect"
"time"
"golang.org/x/crypto/openpgp"
"golang.org/x/crypto/openpgp/packet"
"github.com/ProtonMail/go-crypto/openpgp"
"github.com/ProtonMail/go-crypto/openpgp/packet"
"golang.org/x/crypto/ssh"
)