This commit is contained in:
Andrei Pohilko
2025-02-02 21:19:49 +00:00
parent b0fb0e062b
commit ee8bb96912
7 changed files with 13 additions and 13 deletions

View File

@@ -7,10 +7,10 @@ import (
"path"
"github.com/gin-gonic/gin"
"github.com/komodorio/helm-dashboard/pkg/dashboard/handlers"
"github.com/komodorio/helm-dashboard/pkg/dashboard/objects"
"github.com/komodorio/helm-dashboard/pkg/dashboard/utils"
"github.com/komodorio/helm-dashboard/pkg/frontend"
"github.com/komodorio/helm-dashboard/v2/pkg/dashboard/handlers"
"github.com/komodorio/helm-dashboard/v2/pkg/dashboard/objects"
"github.com/komodorio/helm-dashboard/v2/pkg/dashboard/utils"
"github.com/komodorio/helm-dashboard/v2/pkg/frontend"
log "github.com/sirupsen/logrus"
)