diff options
author | Koni Marti <koni.marti@gmail.com> | 2021-12-30 10:25:07 +0100 |
---|---|---|
committer | Robin Jarry <robin@jarry.cc> | 2022-01-07 13:45:34 +0100 |
commit | 8813fadfe9ec33361314064a284c612e5e3fa784 (patch) | |
tree | f3547d983cc322356b67865162a1228803a0b4f0 /widgets/compose.go | |
parent | bc593ac7cdb20621aba685987f2a92c9bd880358 (diff) | |
download | aerc-8813fadfe9ec33361314064a284c612e5e3fa784.tar.gz |
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 <koni.marti@gmail.com>
Diffstat (limited to 'widgets/compose.go')
-rw-r--r-- | widgets/compose.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/widgets/compose.go b/widgets/compose.go index d3e57c51..5ca09324 100644 --- a/widgets/compose.go +++ b/widgets/compose.go @@ -15,6 +15,7 @@ import ( "strings" "time" + "github.com/ProtonMail/go-crypto/openpgp" "github.com/emersion/go-message/mail" "github.com/gdamore/tcell/v2" "github.com/mattn/go-runewidth" |