fix some go issues

This commit is contained in:
Kjeld Schouten
2024-10-17 12:56:56 +02:00
parent 54e019763c
commit 8b691218f1
57 changed files with 103 additions and 103 deletions
+2 -2
View File
@@ -10,8 +10,8 @@ import (
"strings"
"github.com/rs/zerolog/log"
"github.com/truecharts/private/clustertool/pkg/fluxhandler"
"github.com/truecharts/private/clustertool/pkg/helper"
"github.com/truecharts/public/clustertool/pkg/fluxhandler"
"github.com/truecharts/public/clustertool/pkg/helper"
"gopkg.in/yaml.v3"
)