From 7b3d0231637b730a95ff3a44e22673c8bd64bf9f Mon Sep 17 00:00:00 2001 From: Sebastiaan van Stijn Date: Sun, 14 Apr 2019 16:21:12 +0200 Subject: [PATCH] vendor.conf: reserve space for downstream projects This helps merge conflicts in situations where downstream projects have additional dependencies. Signed-off-by: Sebastiaan van Stijn (cherry picked from commit 8c5460a2cc92e47bc7d085f42d2b66dca0876b8b) Signed-off-by: Sebastiaan van Stijn --- vendor.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/vendor.conf b/vendor.conf index 6158134b41..abec83309d 100755 --- a/vendor.conf +++ b/vendor.conf @@ -95,3 +95,5 @@ k8s.io/client-go 1f13a808da65775f22cbf47862c4 k8s.io/kube-openapi d8ea2fe547a448256204cfc68dfee7b26c720acb k8s.io/kubernetes bb9ffb1654d4a729bb4cec18ff088eacc153c239 # v1.11.2 vbom.ml/util 256737ac55c46798123f754ab7d2c784e2c71783 + +# DO NOT EDIT BELOW THIS LINE -------- reserved for downstream projects --------