summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorKoni Marti <koni.marti@gmail.com>2021-12-30 10:25:07 +0100
committerRobin Jarry <robin@jarry.cc>2022-01-07 13:45:34 +0100
commit8813fadfe9ec33361314064a284c612e5e3fa784 (patch)
treef3547d983cc322356b67865162a1228803a0b4f0 /go.mod
parentbc593ac7cdb20621aba685987f2a92c9bd880358 (diff)
downloadaerc-8813fadfe9ec33361314064a284c612e5e3fa784.zip
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 'go.mod')
-rw-r--r--go.mod5
1 files changed, 3 insertions, 2 deletions
diff --git a/go.mod b/go.mod
index 181f6a9..3a18379 100644
--- a/go.mod
+++ b/go.mod
@@ -4,6 +4,7 @@ go 1.13
require (
git.sr.ht/~sircmpwn/getopt v1.0.0
+ github.com/ProtonMail/go-crypto v0.0.0-20211221144345-a4f6767435ab
github.com/creack/pty v1.1.17
github.com/danwakefield/fnmatch v0.0.0-20160403171240-cbb64ac3d964
github.com/ddevault/go-libvterm v0.0.0-20190526194226-b7d861da3810
@@ -11,7 +12,7 @@ require (
github.com/emersion/go-imap-sortthread v1.2.0
github.com/emersion/go-maildir v0.2.0
github.com/emersion/go-message v0.15.0
- github.com/emersion/go-pgpmail v0.1.0
+ github.com/emersion/go-pgpmail v0.2.0
github.com/emersion/go-sasl v0.0.0-20211008083017-0b9dcfb154ac
github.com/emersion/go-smtp v0.15.0
github.com/fsnotify/fsnotify v1.5.1
@@ -31,7 +32,7 @@ require (
github.com/riywo/loginshell v0.0.0-20200815045211-7d26008be1ab
github.com/stretchr/testify v1.4.0
github.com/zenhack/go.notmuch v0.0.0-20211022191430-4d57e8ad2a8b
- golang.org/x/crypto v0.0.0-20210921155107-089bfa567519
+ golang.org/x/crypto v0.0.0-20211215153901-e495a2d5b3d3 // indirect
golang.org/x/net v0.0.0-20211029224645-99673261e6eb // indirect
golang.org/x/oauth2 v0.0.0-20211028175245-ba495a64dcb5
golang.org/x/sys v0.0.0-20211030160813-b3129d9d1021 // indirect