1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-08-05 13:55:21 +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

@ -36,7 +36,6 @@ require (
github.com/pkg/errors v0.9.1
github.com/portainer/docker-compose-wrapper v0.0.0-20220708023447-a69a4ebaa021
github.com/portainer/libcrypto v0.0.0-20220506221303-1f4fb3b30f9a
github.com/portainer/libhelm v0.0.0-20221018213433-5ad83b50dbc9
github.com/portainer/libhttp v0.0.0-20220916153711-5d61e12f4b0a
github.com/robfig/cron/v3 v3.0.1
github.com/rs/zerolog v1.28.0
@ -105,6 +104,7 @@ require (
github.com/opencontainers/image-spec v1.0.2 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/portainer/portainer/third_party/digest v0.0.0-20221201002639-8fd0efa34f73 // indirect
github.com/portainer/portainer/pkg/libhelm v0.0.0-20221201012749-4fee35924724 // indirect
github.com/sergi/go-diff v1.1.0 // indirect
github.com/sirupsen/logrus v1.8.1 // indirect
github.com/spf13/pflag v1.0.5 // indirect