Skip to content

Commit 7b5829d

Browse files
committed
Bump dependencies
1 parent f01d6bf commit 7b5829d

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

go.mod

+2-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ go 1.16
44

55
require (
66
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
89
)
910

1011
replace github.com/fsnotify/fsnotify => github.com/y-yagi/fsnotify v1.4.10-0.20201227062311-078207fcf401

go.sum

+2-1
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,6 @@ github.com/fsnotify/fsevents v0.1.1 h1:/125uxJvvoSDDBPen6yUZbil8J9ydKZnnl3TWWmvn
22
github.com/fsnotify/fsevents v0.1.1/go.mod h1:+d+hS27T6k5J8CRaPLKFgwKYcpS7GwW3Ule9+SC2ZRc=
33
github.com/y-yagi/fsnotify v1.4.10-0.20201227062311-078207fcf401 h1:4bGAWyiMTlLO3ix9/HatFBpteCGGvkx2hHeaUQ6HRb8=
44
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=
65
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=

0 commit comments

Comments
 (0)