diff options
author | Reto Brunner <reto@labrat.space> | 2020-11-26 07:31:05 +0100 |
---|---|---|
committer | Reto Brunner <reto@labrat.space> | 2020-12-02 09:06:34 +0100 |
commit | a9330f4c63816ed79f6d150e998f003bea9478dd (patch) | |
tree | 4e82a241e7dcddd594378bb80c599f23c323c755 /go.mod | |
parent | 7bc556740a519ebf486932d920ba9d9d59b25434 (diff) | |
download | aerc-a9330f4c63816ed79f6d150e998f003bea9478dd.tar.gz |
notmuch: remove gc close hooks
We frequently had issues with notmuch segfaulting and my guess is that this
was due to the garbage collection magic used in the module.
This changes to a fork that ripped the functionality out.
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -47,3 +47,5 @@ require ( 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 + +replace github.com/zenhack/go.notmuch => github.com/brunnre8/go.notmuch v0.0.0-20201126061756-caa2daf7093c |