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
+1 -1
View File
@@ -3,7 +3,7 @@ package cmd
import (
"github.com/rs/zerolog/log"
"github.com/spf13/cobra"
"github.com/truecharts/private/clustertool/pkg/sops"
"github.com/truecharts/public/clustertool/pkg/sops"
)
var decrypt = &cobra.Command{