mirror of
https://github.com/helm/helm.git
synced 2026-05-28 04:35:48 -04:00
Fix import
Signed-off-by: Evans Mungai <mbuevans@gmail.com>
(cherry picked from commit b8937ad192)
This commit is contained in:
parent
790bf929d5
commit
d47cb2b7ef
1 changed files with 1 additions and 1 deletions
|
|
@ -25,7 +25,7 @@ import (
|
|||
"text/template"
|
||||
|
||||
"github.com/stretchr/testify/assert"
|
||||
"github.com/stretchr/testify/require"
|
||||
req "github.com/stretchr/testify/require"
|
||||
|
||||
"helm.sh/helm/v4/pkg/chart/common"
|
||||
chart "helm.sh/helm/v4/pkg/chart/v2"
|
||||
|
|
|
|||
Loading…
Reference in a new issue