server: use different listener for better inotify events
This commit is contained in:
parent
c5b1e0363e
commit
ab5aae8bd1
4 changed files with 128 additions and 85 deletions
4
go.mod
4
go.mod
|
@ -4,12 +4,12 @@ go 1.15
|
|||
|
||||
require (
|
||||
github.com/aymerick/raymond v2.0.2+incompatible
|
||||
github.com/fsnotify/fsnotify v1.4.9 // indirect
|
||||
github.com/mitchellh/mapstructure v1.4.1
|
||||
github.com/rjeczalik/notify v0.9.2
|
||||
github.com/wellington/go-libsass v0.9.2
|
||||
github.com/yuin/goldmark v1.3.1
|
||||
github.com/yuin/goldmark-highlighting v0.0.0-20200307114337-60d527fdb691
|
||||
github.com/yuin/goldmark-meta v1.0.0
|
||||
golang.org/x/net v0.0.0-20210119194325-5f4716e94777 // indirect
|
||||
golang.org/x/sys v0.0.0-20210219172841-57ea560cfca1 // indirect
|
||||
golang.org/x/sys v0.0.0-20210228012217-479acdf4ea46 // indirect
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue