From b4c1ab2d12cb24a8e357b5dd3e9ce6465e26fba9 Mon Sep 17 00:00:00 2001 From: Radek Simko Date: Thu, 10 Aug 2017 15:07:13 +0200 Subject: [PATCH] vendor: Ignore github.com/hashicorp/terraform/backend This is to avoid dependency sprawl - e.g. vendoring AWS or Azure SDK when we don't really need remote backend functionality in provider code - it's core's responsibility. --- vendor/vendor.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vendor/vendor.json b/vendor/vendor.json index 0e80744356..280d098556 100644 --- a/vendor/vendor.json +++ b/vendor/vendor.json @@ -1,6 +1,6 @@ { "comment": "", - "ignore": "appengine test github.com/hashicorp/nomad/", + "ignore": "appengine test github.com/hashicorp/nomad/ github.com/hashicorp/terraform/backend", "package": [ { "checksumSHA1": "ZLRh6zW4/DnVsGpgtt+ZiIaEFKc=",