Replace gopkg.in/yaml.v3 with github.com/goccy/go-yaml

This commit is contained in:
M. Mert Yildiran
2023-09-21 21:36:08 +03:00
parent 78c89cc5b4
commit 2d17d1a83d
4 changed files with 10 additions and 5 deletions

View File

@@ -12,6 +12,7 @@ import (
"strings"
"github.com/creasty/defaults"
"github.com/goccy/go-yaml"
"github.com/kubeshark/kubeshark/misc"
"github.com/kubeshark/kubeshark/misc/version"
"github.com/kubeshark/kubeshark/utils"
@@ -19,7 +20,6 @@ import (
"github.com/rs/zerolog/log"
"github.com/spf13/cobra"
"github.com/spf13/pflag"
"gopkg.in/yaml.v3"
)
const (