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_darwin.go
generated
vendored
4
vendor/gopkg.in/fsnotify.v1/open_mode_darwin.go
generated
vendored
|
|
@ -6,7 +6,7 @@
|
|||
|
||||
package fsnotify
|
||||
|
||||
import "syscall"
|
||||
import "golang.org/x/sys/unix"
|
||||
|
||||
// note: this constant is not defined on BSD
|
||||
const openMode = syscall.O_EVTONLY
|
||||
const openMode = unix.O_EVTONLY
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue