diff options
author | Anirudh Oppiliappan <x@icyphox.sh> | 2020-04-20 21:47:19 +0530 |
---|---|---|
committer | Reto Brunner <reto@labrat.space> | 2020-04-20 18:55:04 +0200 |
commit | 280d8e7e1cce40f11c6d5f368f9060486556f96b (patch) | |
tree | bfb238504fb33b8c58e36d3f3ae184a4274e459c /go.mod | |
parent | 06bb332285bc1d4aa1e43573eff8d55c5943f578 (diff) | |
download | aerc-280d8e7e1cce40f11c6d5f368f9060486556f96b.tar.gz |
Bump ProtonMail/crypto to fix build on OpenBSD
Signed-off-by: Anirudh Oppiliappan <x@icyphox.sh>
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/go.mod b/go.mod index 29a7e85..b770905 100644 --- a/go.mod +++ b/go.mod @@ -43,6 +43,6 @@ require ( gopkg.in/yaml.v2 v2.2.8 // indirect ) -replace golang.org/x/crypto => github.com/ProtonMail/crypto v1.0.1-0.20191122234321-e77a1f03baa0 +replace golang.org/x/crypto => github.com/ProtonMail/crypto v0.0.0-20200420072808-71bec3603bf3 replace github.com/gdamore/tcell => git.sr.ht/~sircmpwn/tcell v0.0.0-20190807054800-3fdb6bc01a50 |