summaryrefslogtreecommitdiffstats
path: root/vendor/modules.txt
diff options
context:
space:
mode:
authorJesse Duffield <jessedduffield@gmail.com>2023-08-02 20:53:24 +1000
committerJesse Duffield <jessedduffield@gmail.com>2023-08-02 21:50:44 +1000
commit92f0aa23cc600acc0ab1bf61339912c750a26418 (patch)
tree649fba5b1f600e0f2a2a13c1938b0de0b97f03dc /vendor/modules.txt
parentc8520fbe78453b7c593a1071a3cdc3295ad47772 (diff)
Remove file watcher code
Now that we refresh upon focus, we can scrap this file watching code. Stefan says few git UIs use file watching, and I understand why: the reason this code was problematic in the first place is that watching files is expensive and if you have too many open file handles that can cause problems. Importantly: this code that's being removed was _already_ dead.
Diffstat (limited to 'vendor/modules.txt')
-rw-r--r--vendor/modules.txt3
1 files changed, 0 insertions, 3 deletions
diff --git a/vendor/modules.txt b/vendor/modules.txt
index a4b8d4bef..a7c55468a 100644
--- a/vendor/modules.txt
+++ b/vendor/modules.txt
@@ -30,9 +30,6 @@ github.com/fatih/color
# github.com/fsmiamoto/git-todo-parser v0.0.5
## explicit; go 1.13
github.com/fsmiamoto/git-todo-parser/todo
-# github.com/fsnotify/fsnotify v1.4.7
-## explicit
-github.com/fsnotify/fsnotify
# github.com/gdamore/encoding v1.0.0
## explicit; go 1.9
github.com/gdamore/encoding