From 720c27559c5429d6448f51782bd5c627c8f20753 Mon Sep 17 00:00:00 2001 From: Daniel Nelson Date: Tue, 27 Mar 2018 17:02:33 -0700 Subject: [PATCH] Update to latest fsnotify release --- Godeps | 3 ++- docs/LICENSE_OF_DEPENDENCIES.md | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Godeps b/Godeps index 2a9595e2d..7af083c8c 100644 --- a/Godeps +++ b/Godeps @@ -31,9 +31,10 @@ github.com/go-redis/redis 73b70592cdaa9e6abdfcfbf97b4a90d80728c836 github.com/go-sql-driver/mysql 2e00b5cd70399450106cec6431c2e2ce3cae5034 github.com/hailocab/go-hostpool e80d13ce29ede4452c43dea11e79b9bc8a15b478 github.com/hashicorp/consul 63d2fc68239b996096a1c55a0d4b400ea4c2583f -github.com/influxdata/tail a395bf99fe07c233f41fba0735fa2b13b58588ea +github.com/influxdata/tail c43482518d410361b6c383d7aebce33d0471d7bc github.com/influxdata/toml 5d1d907f22ead1cd47adde17ceec5bda9cacaf8f github.com/influxdata/wlog 7c63b0a71ef8300adc255344d275e10e5c3a71ec +github.com/fsnotify/fsnotify c2828203cd70a50dcccfb2761f8b1f8ceef9a8e9 github.com/jackc/pgx 63f58fd32edb5684b9e9f4cfaac847c6b42b3917 github.com/jmespath/go-jmespath bd40a432e4c76585ef6b72d3fd96fb9b6dc7b68d github.com/kardianos/osext c2c54e542fb797ad986b31721e1baedf214ca413 diff --git a/docs/LICENSE_OF_DEPENDENCIES.md b/docs/LICENSE_OF_DEPENDENCIES.md index 91526098b..4c9e2d616 100644 --- a/docs/LICENSE_OF_DEPENDENCIES.md +++ b/docs/LICENSE_OF_DEPENDENCIES.md @@ -24,7 +24,7 @@ following works: - github.com/eapache/go-xerial-snappy [MIT](https://github.com/eapache/go-xerial-snappy/blob/master/LICENSE) - github.com/eapache/queue [MIT](https://github.com/eapache/queue/blob/master/LICENSE) - github.com/eclipse/paho.mqtt.golang [ECLIPSE](https://github.com/eclipse/paho.mqtt.golang/blob/master/LICENSE) -- github.com/fsnotify/fsnotify [BSD](https://github.com/fsnotify/fsnotify/blob/v1.4.2/LICENSE) +- github.com/fsnotify/fsnotify [BSD](https://github.com/fsnotify/fsnotify/blob/master/LICENSE) - github.com/fsouza/go-dockerclient [BSD](https://github.com/fsouza/go-dockerclient/blob/master/LICENSE) - github.com/gobwas/glob [MIT](https://github.com/gobwas/glob/blob/master/LICENSE) - github.com/google/go-cmp [BSD](https://github.com/google/go-cmp/blob/master/LICENSE)