From 77aaadaf2db8ed379d789c2c820f5290a4f88640 Mon Sep 17 00:00:00 2001 From: "Jose A. Rivera" Date: Mon, 4 Mar 2019 09:20:54 -0600 Subject: [PATCH] Add fsnotify dep workaround This is a workaround for https://github.com/golang/dep/issues/1799. Signed-off-by: Jose A. Rivera --- Gopkg.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Gopkg.toml b/Gopkg.toml index 0f2ae0ad..36a7d812 100644 --- a/Gopkg.toml +++ b/Gopkg.toml @@ -57,6 +57,10 @@ name = "gopkg.in/yaml.v2" version = "v2.1.1" +[[override]] + name = "gopkg.in/fsnotify.v1" + source = "https://github.com/fsnotify/fsnotify.git" + [prune] go-tests = true unused-packages = true