fix import path name error

Signed-off-by: yxxhero <aiopsclub@163.com>
This commit is contained in:
yxxhero 2022-05-22 14:52:08 +08:00 committed by yxxhero
parent c34c7c87a1
commit 9011d2dd15
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ import (
"testing"
"text/template"
"github.com/roboll/helmfile/pkg/tmpl"
"github.com/helmfile/helmfile/pkg/tmpl"
"github.com/stretchr/testify/require"
)