diff --git a/fileSync.exe b/fileSync.exe index 6544630..8e6aa2e 100644 Binary files a/fileSync.exe and b/fileSync.exe differ diff --git a/go.mod b/go.mod index f725ba7..2be2ab0 100644 --- a/go.mod +++ b/go.mod @@ -2,6 +2,6 @@ module fileSync go 1.18 -require github.com/fsnotify/fsnotify v1.5.1 +require github.com/fsnotify/fsnotify v1.5.4 -require golang.org/x/sys v0.0.0-20210630005230-0f9fa26af87c // indirect +require golang.org/x/sys v0.0.0-20220412211240-33da011f77ad // indirect