From 1bcbdc60852d8479a7591fe725ab51c1acc0be5a Mon Sep 17 00:00:00 2001 From: Sebastiaan van Stijn Date: Sun, 14 Apr 2019 16:18:50 +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 --- vendor.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/vendor.conf b/vendor.conf index c911849dc8..9be84046ab 100644 --- a/vendor.conf +++ b/vendor.conf @@ -164,3 +164,5 @@ github.com/morikuni/aec 39771216ff4c63d11f5e604076f9 github.com/docker/go-metrics d466d4f6fd960e01820085bd7e1a24426ee7ef18 github.com/opencontainers/selinux 0bb7b9fa9ba5c1120e9d22caed4961fca4228408 # v1.2.1 + +# DO NOT EDIT BELOW THIS LINE -------- reserved for downstream projects --------