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 <andrewhsu@docker.com>
This commit is contained in:
Andrew Hsu
2017-07-06 21:33:01 +00:00
parent 425242f524
commit 7fe174d3f0

View File

@ -12,6 +12,9 @@ import (
"runtime"
"strings"
"testing"
"github.com/stretchr/testify/assert"
"github.com/stretchr/testify/require"
)
func TestParseRemoteURL(t *testing.T) {