aboutsummaryrefslogtreecommitdiffstats
path: root/go.mod
diff options
context:
space:
mode:
authorTim Culverhouse <tim@timculverhouse.com>2023-03-02 16:46:02 -0600
committerRobin Jarry <robin@jarry.cc>2023-03-07 16:37:02 +0100
commit27cacdfca581d1f51f3e99a8f94c859fe8576790 (patch)
tree2a77ea0b05ce11aa845d37e0ee5520fca09a0882 /go.mod
parent261c388c7325f07efb58afe97ddcf83e6fa99ce7 (diff)
downloadaerc-27cacdfca581d1f51f3e99a8f94c859fe8576790.tar.gz
fswatcher: add a darwin fswatcher implementation
Add a darwin implementation of FSWatcher using the fsevents package. The implementation is behind a darwin build flag. Co-authored-by: Ben Cohen <ben@bencohen.net> Signed-off-by: Tim Culverhouse <tim@timculverhouse.com> Tested-by: Ben Lee-Cohen <ben@lee-cohen.com> Acked-by: Robin Jarry <robin@jarry.cc>
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod1
1 files changed, 1 insertions, 0 deletions
diff --git a/go.mod b/go.mod
index 7c3be11e..e939eac4 100644
--- a/go.mod
+++ b/go.mod
@@ -17,6 +17,7 @@ require (
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/fsevents v0.1.1
github.com/fsnotify/fsnotify v1.5.4
github.com/gatherstars-com/jwz v1.3.2-0.20221104050604-3da8c59aef0a
github.com/gdamore/tcell/v2 v2.5.4