mirror of
https://github.com/portainer/portainer.git
synced 2025-08-02 04:15:28 +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
|
@ -1,6 +1,6 @@
|
|||
package release
|
||||
|
||||
import "github.com/portainer/libhelm/time"
|
||||
import "github.com/portainer/portainer/pkg/libhelm/time"
|
||||
|
||||
// Release is the struct that holds the information for a helm release.
|
||||
// The struct definitions have been copied from the offical Helm Golang client/library.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue