Skip to content

Commit eee5235

Browse files
committed
Updating dependency github.com/fsnotify/fsnotify to version v1.4.9
Signed-off-by: Davanum Srinivas <[email protected]>
1 parent 172553b commit eee5235

File tree

37 files changed

+141
-31
lines changed

37 files changed

+141
-31
lines changed

Godeps/LICENSES

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ require (
4848
github.com/elazarl/goproxy v0.0.0-20180725130230-947c36da3153
4949
github.com/emicklei/go-restful v2.9.5+incompatible
5050
github.com/evanphx/json-patch v4.2.0+incompatible
51-
github.com/fsnotify/fsnotify v1.4.7
51+
github.com/fsnotify/fsnotify v1.4.9
5252
github.com/go-bindata/go-bindata v3.1.1+incompatible
5353
github.com/go-openapi/analysis v0.19.5
5454
github.com/go-openapi/loads v0.19.4
@@ -248,7 +248,7 @@ replace (
248248
github.com/fatih/color => github.com/fatih/color v1.7.0
249249
github.com/flynn/go-shlex => github.com/flynn/go-shlex v0.0.0-20150515145356-3f9db97f8568
250250
github.com/fogleman/gg => github.com/fogleman/gg v1.2.1-0.20190220221249-0403632d5b90
251-
github.com/fsnotify/fsnotify => github.com/fsnotify/fsnotify v1.4.7
251+
github.com/fsnotify/fsnotify => github.com/fsnotify/fsnotify v1.4.9
252252
github.com/ghodss/yaml => github.com/ghodss/yaml v1.0.0
253253
github.com/gliderlabs/ssh => github.com/gliderlabs/ssh v0.1.1
254254
github.com/go-acme/lego => github.com/go-acme/lego v2.5.0+incompatible

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -163,8 +163,8 @@ github.com/fatih/color v1.7.0 h1:DkWD4oS2D8LGGgTQ6IvwJJXSL5Vp2ffcQg58nFV38Ys=
163163
github.com/fatih/color v1.7.0/go.mod h1:Zm6kSWBoL9eyXnKyktHP6abPY2pDugNf5KwzbycvMj4=
164164
github.com/flynn/go-shlex v0.0.0-20150515145356-3f9db97f8568/go.mod h1:xEzjJPgXI435gkrCt3MPfRiAkVrwSbHsst4LCFVfpJc=
165165
github.com/fogleman/gg v1.2.1-0.20190220221249-0403632d5b90/go.mod h1:R/bRT+9gY/C5z7JzPU0zXsXHKM4/ayA+zqcVNZzPa1k=
166-
github.com/fsnotify/fsnotify v1.4.7 h1:IXs+QLmnXW2CcXuY+8Mzv/fWEsPGWxqefPtCP5CnV9I=
167-
github.com/fsnotify/fsnotify v1.4.7/go.mod h1:jwhsz4b93w/PPRr/qN1Yymfu8t87LnFCMoQvtojpjFo=
166+
github.com/fsnotify/fsnotify v1.4.9 h1:hsms1Qyu0jgnwNXIxa+/V/PDsU6CfLf6CNO8H7IWoS4=
167+
github.com/fsnotify/fsnotify v1.4.9/go.mod h1:znqG4EE+3YCdAaPaxE2ZRY/06pZUdp0tY4IgpuI1SZQ=
168168
github.com/ghodss/yaml v1.0.0 h1:wQHKEahhL6wmXdzwWG11gIVCkOv05bNOh+Rxn0yngAk=
169169
github.com/ghodss/yaml v1.0.0/go.mod h1:4dBDuWmgqj2HViK6kFavaiC9ZROes6MMH2rRYeMEF04=
170170
github.com/gliderlabs/ssh v0.1.1/go.mod h1:U7qILu1NlMHj9FlMhZLlkCdDnU1DBEAqr0aevW3Awn0=

staging/src/k8s.io/api/go.sum

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

staging/src/k8s.io/apiextensions-apiserver/go.sum

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

staging/src/k8s.io/apimachinery/go.mod

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ require (
99
github.com/docker/spdystream v0.0.0-20160310174837-449fdfce4d96
1010
github.com/elazarl/goproxy v0.0.0-20180725130230-947c36da3153
1111
github.com/evanphx/json-patch v4.2.0+incompatible
12+
github.com/fsnotify/fsnotify v1.4.9 // indirect
1213
github.com/gogo/protobuf v1.3.1
1314
github.com/golang/groupcache v0.0.0-20160516000752-02826c3e7903
1415
github.com/golang/protobuf v1.3.3

staging/src/k8s.io/apimachinery/go.sum

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

staging/src/k8s.io/apiserver/go.sum

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

staging/src/k8s.io/cli-runtime/go.sum

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

staging/src/k8s.io/client-go/go.sum

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)