diff options
author | Tim Culverhouse <tim@timculverhouse.com> | 2022-11-28 21:01:21 -0600 |
---|---|---|
committer | Robin Jarry <robin@jarry.cc> | 2022-12-02 22:59:44 +0100 |
commit | 43b18fe6cebee54a423a9463c5c839e8f4ed2fcf (patch) | |
tree | 727221c68f91821211d062765915a5c1d8377285 /go.mod | |
parent | b46e57324394dd1ca106d210463190ae80f743c8 (diff) | |
download | aerc-43b18fe6cebee54a423a9463c5c839e8f4ed2fcf.tar.gz |
jwz: upgrade to develop branch
JWZ is used for client side threading, as well as maildir backend
threading. A bug was fixed in the 'develop' branch to address a panic
caused by some emails. Upgrade to the 'develop' branch which includes
this bugfix.
Signed-off-by: Tim Culverhouse <tim@timculverhouse.com>
Tested-by: Bence Ferdinandy <bence@ferdinandy.com>
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -19,7 +19,7 @@ require ( github.com/emersion/go-sasl v0.0.0-20211008083017-0b9dcfb154ac github.com/emersion/go-smtp v0.15.0 github.com/fsnotify/fsnotify v1.5.4 - github.com/gatherstars-com/jwz v1.3.0 + github.com/gatherstars-com/jwz v1.3.2-0.20221104050604-3da8c59aef0a github.com/gdamore/tcell/v2 v2.5.3 github.com/go-ini/ini v1.63.2 github.com/golangci/golangci-lint v1.49.0 |