File tree 2 files changed +4
-2
lines changed
2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 4
4
5
5
require (
6
6
github.com/fsnotify/fsevents v0.1.1
7
- github.com/fsnotify/fsnotify v1.4.9
7
+ github.com/fsnotify/fsnotify v1.5.0
8
+ golang.org/x/sys v0.0.0-20210820121016-41cdb8703e55 // indirect
8
9
)
9
10
10
11
replace github.com/fsnotify/fsnotify => github.com/y-yagi/fsnotify v1.4.10-0.20201227062311-078207fcf401
Original file line number Diff line number Diff line change @@ -2,5 +2,6 @@ github.com/fsnotify/fsevents v0.1.1 h1:/125uxJvvoSDDBPen6yUZbil8J9ydKZnnl3TWWmvn
2
2
github.com/fsnotify/fsevents v0.1.1 /go.mod h1:+d+hS27T6k5J8CRaPLKFgwKYcpS7GwW3Ule9+SC2ZRc =
3
3
github.com/y-yagi/fsnotify v1.4.10-0.20201227062311-078207fcf401 h1:4bGAWyiMTlLO3ix9/HatFBpteCGGvkx2hHeaUQ6HRb8 =
4
4
github.com/y-yagi/fsnotify v1.4.10-0.20201227062311-078207fcf401 /go.mod h1:znqG4EE+3YCdAaPaxE2ZRY/06pZUdp0tY4IgpuI1SZQ =
5
- golang.org/x/sys v0.0.0-20191005200804-aed5e4c7ecf9 h1:L2auWcuQIvxz9xSEqzESnV/QN/gNRXNApHi3fYwl2w0 =
6
5
golang.org/x/sys v0.0.0-20191005200804-aed5e4c7ecf9 /go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs =
6
+ golang.org/x/sys v0.0.0-20210820121016-41cdb8703e55 h1:rw6UNGRMfarCepjI8qOepea/SXwIBVfTKjztZ5gBbq4 =
7
+ golang.org/x/sys v0.0.0-20210820121016-41cdb8703e55 /go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg =
You can’t perform that action at this time.
0 commit comments