fix(action): fix import statement

Signed-off-by: Matthew Fisher <matt.fisher@microsoft.com>
This commit is contained in:
Matthew Fisher
2019-10-05 11:51:10 -07:00
parent 02999565a4
commit 0ae0f0742d

View File

@@ -21,7 +21,7 @@ import (
"testing"
"time"
"helm.sh/helm/pkg/chart"
"helm.sh/helm/v3/pkg/chart"
"github.com/stretchr/testify/assert"
"github.com/stretchr/testify/require"