This commit is contained in:
Andrei Pohilko
2025-02-02 21:22:53 +00:00
parent ee8bb96912
commit 945e68590b

View File

@@ -10,9 +10,9 @@ import (
"testing" "testing"
"github.com/gin-gonic/gin" "github.com/gin-gonic/gin"
"github.com/komodorio/helm-dashboard/pkg/dashboard/handlers" "github.com/komodorio/helm-dashboard/v2/pkg/dashboard/handlers"
"github.com/komodorio/helm-dashboard/pkg/dashboard/objects" "github.com/komodorio/helm-dashboard/v2/pkg/dashboard/objects"
"github.com/komodorio/helm-dashboard/pkg/dashboard/utils" "github.com/komodorio/helm-dashboard/v2/pkg/dashboard/utils"
log "github.com/sirupsen/logrus" log "github.com/sirupsen/logrus"
"gotest.tools/v3/assert" "gotest.tools/v3/assert"
"helm.sh/helm/v3/pkg/action" "helm.sh/helm/v3/pkg/action"