From bc6ed10625c9236bbd0fb7cfe567abfddda54d1f Mon Sep 17 00:00:00 2001 From: Rob Adams Date: Thu, 1 Feb 2018 14:51:33 -0800 Subject: [PATCH] Remove broken submodule vendor directory. This would cause error when checking out with git clone --recursive, such as when golang dep clones the repo. Signed-off-by: Rob Adams --- vendor/github.com/stretchr/testify | 1 - 1 file changed, 1 deletion(-) delete mode 160000 vendor/github.com/stretchr/testify diff --git a/vendor/github.com/stretchr/testify b/vendor/github.com/stretchr/testify deleted file mode 160000 index 890a5c3..0000000 --- a/vendor/github.com/stretchr/testify +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 890a5c3458b43e6104ff5da8dfa139d013d77544 -- GitLab