Update fsnotify dependency to fix arm64 issue
This commit is contained in:
parent
848144a990
commit
88f171fc2a
15 changed files with 278 additions and 212 deletions
4
vendor/gopkg.in/fsnotify.v1/open_mode_bsd.go
generated
vendored
4
vendor/gopkg.in/fsnotify.v1/open_mode_bsd.go
generated
vendored
|
|
@ -6,6 +6,6 @@
|
|||
|
||||
package fsnotify
|
||||
|
||||
import "syscall"
|
||||
import "golang.org/x/sys/unix"
|
||||
|
||||
const openMode = syscall.O_NONBLOCK | syscall.O_RDONLY
|
||||
const openMode = unix.O_NONBLOCK | unix.O_RDONLY
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue