Skip to content

Commit

Permalink
watch: upgrade fsnotify to fix spurious file changed on Windows (#4715)
Browse files Browse the repository at this point in the history
Ignore file attribute changes on Windows.

See tilt-dev/fsnotify#8 for details.
  • Loading branch information
milas committed Jul 1, 2021
1 parent 2a691e3 commit 43a3e7e
Show file tree
Hide file tree
Showing 5 changed files with 38 additions and 4 deletions.
2 changes: 1 addition & 1 deletion go.mod
Expand Up @@ -65,7 +65,7 @@ require (
github.com/theupdateframework/notary v0.6.1 // indirect
github.com/tilt-dev/dockerignore v0.0.0-20200910202654-0d8c17a73277
github.com/tilt-dev/fsevents v0.0.0-20200515134857-2efe37af20de
github.com/tilt-dev/fsnotify v1.4.8-0.20210420175148-fb09a0d02ca7
github.com/tilt-dev/fsnotify v1.4.8-0.20210701141043-dd524499d3fe
github.com/tilt-dev/go-get v0.0.0-20200911222649-1acd29546527
github.com/tilt-dev/localregistry-go v0.0.0-20200615231835-07e386f4ebd7
github.com/tilt-dev/probe v0.2.0
Expand Down
2 changes: 2 additions & 0 deletions go.sum
Expand Up @@ -1080,6 +1080,8 @@ github.com/tilt-dev/fsevents v0.0.0-20200515134857-2efe37af20de h1:tG+nJMUUxV7MJ
github.com/tilt-dev/fsevents v0.0.0-20200515134857-2efe37af20de/go.mod h1:1jUbPVh7Ani2CSublmvP7+zqTgR06A8Y0MKU9Xr2L5s=
github.com/tilt-dev/fsnotify v1.4.8-0.20210420175148-fb09a0d02ca7 h1:TQIuhMvYgU9wE6fVzo/m+zIYPfyxFATeMXGYHderFmM=
github.com/tilt-dev/fsnotify v1.4.8-0.20210420175148-fb09a0d02ca7/go.mod h1:9wJjkpCk7ADlLOAl+yIXbHwnMoV9i0+uLr9CG3D5434=
github.com/tilt-dev/fsnotify v1.4.8-0.20210701141043-dd524499d3fe h1:dULiU6eWdUfLAO0URJz+k1zEN5B3rPS5Iupr4Srd/yk=
github.com/tilt-dev/fsnotify v1.4.8-0.20210701141043-dd524499d3fe/go.mod h1:9wJjkpCk7ADlLOAl+yIXbHwnMoV9i0+uLr9CG3D5434=
github.com/tilt-dev/go-get v0.0.0-20200911222649-1acd29546527 h1:Vs10qGgqW8K/2+mOlYmZIDrpKL30jAoDNHN4kSkbi+8=
github.com/tilt-dev/go-get v0.0.0-20200911222649-1acd29546527/go.mod h1:sqJ1OH6ggqbd2+J5TFsDGP/CXeRAXBxR52m5FtL0+xo=
github.com/tilt-dev/json-patch/v4 v4.8.1 h1:AbrhK3NMDfk/+/oMXz3NcKaCNwHYdhUJMDjBHNOHF5o=
Expand Down
11 changes: 10 additions & 1 deletion vendor/github.com/tilt-dev/fsnotify/README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

25 changes: 24 additions & 1 deletion vendor/github.com/tilt-dev/fsnotify/windows.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion vendor/modules.txt
Expand Up @@ -510,7 +510,7 @@ github.com/tilt-dev/dockerignore
# github.com/tilt-dev/fsevents v0.0.0-20200515134857-2efe37af20de
## explicit
github.com/tilt-dev/fsevents
# github.com/tilt-dev/fsnotify v1.4.8-0.20210420175148-fb09a0d02ca7
# github.com/tilt-dev/fsnotify v1.4.8-0.20210701141043-dd524499d3fe
## explicit
github.com/tilt-dev/fsnotify
# github.com/tilt-dev/go-get v0.0.0-20200911222649-1acd29546527
Expand Down

0 comments on commit 43a3e7e

Please sign in to comment.