From 7fe174d3f025034fbf069f577e513de2426691ce Mon Sep 17 00:00:00 2001 From: Andrew Hsu Date: Thu, 6 Jul 2017 21:33:01 +0000 Subject: [PATCH] add go imports to enable specific cherry-pick of 913eb99 So that we don't have bring in the entire commit d3d1aab Signed-off-by: Andrew Hsu --- components/engine/pkg/gitutils/gitutils_test.go | 3 +++ 1 file changed, 3 insertions(+) diff --git a/components/engine/pkg/gitutils/gitutils_test.go b/components/engine/pkg/gitutils/gitutils_test.go index 15711a64e8..a4804762ca 100644 --- a/components/engine/pkg/gitutils/gitutils_test.go +++ b/components/engine/pkg/gitutils/gitutils_test.go @@ -12,6 +12,9 @@ import ( "runtime" "strings" "testing" + + "github.com/stretchr/testify/assert" + "github.com/stretchr/testify/require" ) func TestParseRemoteURL(t *testing.T) {