Update fsnotify, follow @74ccbfe547bb603d1d19369fd6bcded0af29a504

This commit is contained in:
wweir
2018-11-26 17:02:31 +08:00
parent 74ccbfe547
commit 15ded804e7
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -6,8 +6,8 @@ import (
"strconv"
"github.com/BurntSushi/toml"
"github.com/wweir/fsnotify"
"github.com/golang/glog"
"github.com/wweir/fsnotify"
)
var Conf = struct {
+1 -1
View File
@@ -13,7 +13,7 @@ require (
github.com/miekg/dns v1.0.15
github.com/onsi/ginkgo v1.7.0 // indirect
github.com/onsi/gomega v1.4.3 // indirect
github.com/wweir/fsnotify v1.4.7
github.com/wweir/fsnotify v1.4.8
golang.org/x/crypto v0.0.0-20181112202954-3d3f9f413869 // indirect
golang.org/x/net v0.0.0-20181114220301-adae6a3d119a // indirect
golang.org/x/sync v0.0.0-20181108010431-42b317875d0f // indirect
+2 -2
View File
@@ -29,8 +29,8 @@ github.com/onsi/ginkgo v1.7.0 h1:WSHQ+IS43OoUrWtD1/bbclrwK8TTH5hzp+umCiuxHgs=
github.com/onsi/ginkgo v1.7.0/go.mod h1:lLunBs/Ym6LB5Z9jYTR76FiuTmxDTDusOGeTQH+WWjE=
github.com/onsi/gomega v1.4.3 h1:RE1xgDvH7imwFD45h+u2SgIfERHlS2yNG4DObb5BSKU=
github.com/onsi/gomega v1.4.3/go.mod h1:ex+gbHU/CVuBBDIJjb2X0qEXbFg53c61hWP/1CpauHY=
github.com/wweir/fsnotify v1.4.7 h1:uOWkm3Su8Cb5JCeeClayR2UhI2Nz70GhHOt8c8rTCr0=
github.com/wweir/fsnotify v1.4.7/go.mod h1:4GuxIc23DXfJI1/LhBXG5eE/wJ4CzL+kk5M7woxVprc=
github.com/wweir/fsnotify v1.4.8 h1:zxOoqwE5p91F3rmcYLQheoSeTlIVqwi2b5T7UlpElWE=
github.com/wweir/fsnotify v1.4.8/go.mod h1:4GuxIc23DXfJI1/LhBXG5eE/wJ4CzL+kk5M7woxVprc=
golang.org/x/crypto v0.0.0-20181112202954-3d3f9f413869 h1:kkXA53yGe04D0adEYJwEVQjeBppL01Exg+fnMjfUraU=
golang.org/x/crypto v0.0.0-20181112202954-3d3f9f413869/go.mod h1:6SG95UA2DQfeDnfUPMdvaQW0Q7yPrPDi9nlGo2tz2b4=
golang.org/x/net v0.0.0-20180906233101-161cd47e91fd/go.mod h1:mL1N/T3taQHkDXs73rZJwtUhF3w3ftmwwsq0BUmARs4=