Fix helper package error

This commit is contained in:
faizanahmad055
2018-07-19 18:08:49 +05:00
parent 17b6d58300
commit 97b7286c2b
5 changed files with 5 additions and 5 deletions
@@ -8,7 +8,7 @@ import (
"github.com/sirupsen/logrus"
"github.com/stakater/Reloader/internal/pkg/controller"
"github.com/stakater/Reloader/internal/pkg/handler"
helper "github.com/stakater/Reloader/internal/pkg/helper"
"github.com/stakater/Reloader/internal/pkg/helper"
"github.com/stakater/Reloader/pkg/kube"
v1_beta1 "k8s.io/api/apps/v1beta1"
"k8s.io/api/extensions/v1beta1"