From 0b1d49af4b42dc3b30a33f4b285092e414659f74 Mon Sep 17 00:00:00 2001 From: John Date: Thu, 15 Oct 2020 20:14:35 +0800 Subject: [PATCH] upgrade fsnotify to v1.4.9 --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 56d7cae7a..804bd0e56 100644 --- a/go.mod +++ b/go.mod @@ -5,7 +5,7 @@ go 1.11 require ( github.com/BurntSushi/toml v0.3.1 github.com/clbanning/mxj v1.8.5-0.20200714211355-ff02cfb8ea28 - github.com/fsnotify/fsnotify v1.4.7 + github.com/fsnotify/fsnotify v1.4.9 github.com/go-sql-driver/mysql v1.5.0 github.com/gomodule/redigo v2.0.0+incompatible github.com/gorilla/websocket v1.4.1