feat(clustertool): cut down on useless dependencies

This commit is contained in:
Kjeld Schouten
2024-11-05 23:23:12 +01:00
parent 1edb8f9630
commit 61a01f3299
14 changed files with 65 additions and 55 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ import (
"sync"
"github.com/rs/zerolog/log"
"gopkg.in/yaml.v3"
"sigs.k8s.io/yaml"
)
type HelmChart struct {
+1 -1
View File
@@ -6,7 +6,7 @@ import (
"strings"
"github.com/rs/zerolog/log"
"gopkg.in/yaml.v3"
"sigs.k8s.io/yaml"
)
type HelmRepoMetadata struct {