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
@@ -6,7 +6,7 @@ import (
"os"
"github.com/go-playground/validator/v10"
"github.com/truecharts/private/clustertool/pkg/helper"
"github.com/truecharts/public/clustertool/pkg/helper"
"github.com/knadh/koanf/parsers/yaml"
"github.com/knadh/koanf/providers/file"
+4 -4
View File
@@ -8,10 +8,10 @@ import (
"strings"
"github.com/rs/zerolog/log"
"github.com/truecharts/private/clustertool/pkg/charts/helmignore"
"github.com/truecharts/private/clustertool/pkg/charts/image"
"github.com/truecharts/private/clustertool/pkg/charts/readme"
"github.com/truecharts/private/clustertool/pkg/charts/version"
"github.com/truecharts/public/clustertool/pkg/charts/helmignore"
"github.com/truecharts/public/clustertool/pkg/charts/image"
"github.com/truecharts/public/clustertool/pkg/charts/readme"
"github.com/truecharts/public/clustertool/pkg/charts/version"
)
// UpdateChartFile updates the specified Chart.yaml file with an optional bump parameter.
@@ -4,7 +4,7 @@ import (
"reflect"
"testing"
"github.com/truecharts/private/clustertool/pkg/charts/image"
"github.com/truecharts/public/clustertool/pkg/charts/image"
)
func TestSetAppVersionFromImage(t *testing.T) {