From 1dc0110d13830f3dd126e7696873f06b2f626316 Mon Sep 17 00:00:00 2001 From: Pierre Gordon Date: Thu, 19 Sep 2019 17:05:03 -0500 Subject: [PATCH] Exclude the 'data' directory when Glide scans for dependencies --- glide.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/glide.yaml b/glide.yaml index 24cbc9d..ba8873d 100644 --- a/glide.yaml +++ b/glide.yaml @@ -1,4 +1,6 @@ package: github.com/wptide/wptide +excludeDirs: +- data import: - package: github.com/nanobox-io/golang-scribble - package: github.com/wptide/pkg