1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-07-24 07:49:41 +02:00

feat(libhelm) update missed package paths [EE-4650] (#8134)

* add missing pkg paths

* fix go tests

* fixed pkg paths
This commit is contained in:
Matt Hook 2022-12-05 10:38:16 +13:00 committed by GitHub
parent cbaba43842
commit d6a3fe23e9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
32 changed files with 48 additions and 46 deletions

View file

@ -4,14 +4,14 @@ import (
"net/http"
"github.com/gorilla/mux"
"github.com/portainer/libhelm/options"
httperror "github.com/portainer/libhttp/error"
portainer "github.com/portainer/portainer/api"
"github.com/portainer/portainer/api/dataservices"
"github.com/portainer/portainer/api/http/middlewares"
"github.com/portainer/portainer/api/http/security"
"github.com/portainer/portainer/api/kubernetes"
"github.com/portainer/portainer/api/pkg/libhelm"
"github.com/portainer/portainer/pkg/libhelm"
"github.com/portainer/portainer/pkg/libhelm/options"
)
type requestBouncer interface {