mod: Update fsnotify

This should fix a race condition in that library.

Likely fixed in: https://github.com/fsnotify/fsnotify/pull/678
This commit is contained in:
James Shubin
2025-09-09 01:29:33 -04:00
parent f808c1ea0c
commit 71756df815
2 changed files with 3 additions and 4 deletions

2
go.mod
View File

@@ -14,7 +14,7 @@ require (
github.com/deniswernert/go-fstab v0.0.0-20141204152952-eb4090f26517
github.com/docker/docker v27.5.1+incompatible
github.com/docker/go-connections v0.5.0
github.com/fsnotify/fsnotify v1.8.0
github.com/fsnotify/fsnotify v1.9.0
github.com/gin-gonic/gin v1.10.0
github.com/go-git/go-git/v5 v5.13.2
github.com/godbus/dbus/v5 v5.1.0