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:
parent
cbaba43842
commit
d6a3fe23e9
32 changed files with 48 additions and 46 deletions
|
@ -3,7 +3,7 @@ package libhelm
|
|||
import (
|
||||
"errors"
|
||||
|
||||
"github.com/portainer/libhelm/binary"
|
||||
"github.com/portainer/portainer/pkg/libhelm/binary"
|
||||
)
|
||||
|
||||
// HelmConfig is a struct that holds the configuration for the Helm package manager
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue