From a1b43895775f2de960508e67c2116160e5abfb0b Mon Sep 17 00:00:00 2001 From: Alexander Nesterenko Date: Wed, 6 Feb 2019 21:20:02 +0200 Subject: [PATCH] Remove redundant dependency Signed-off-by: Alexander Nesterenko --- cmd/helm/root_test.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/cmd/helm/root_test.go b/cmd/helm/root_test.go index 7885e41b4..81f8d65e2 100644 --- a/cmd/helm/root_test.go +++ b/cmd/helm/root_test.go @@ -20,8 +20,6 @@ import ( "k8s.io/helm/pkg/helm/helmpath" "os" "testing" - - "k8s.io/client-go/util/homedir" ) func TestRootCmd(t *testing.T) {