revert: "convert gopkg.in/yaml.v3 to goccy/go-yaml (#5579)" (#5683)

Co-authored-by: PePe Amengual <2208324+jamengual@users.noreply.github.com>
This commit is contained in:
Bruno Schaatsbergen
2025-07-31 01:55:35 +02:00
committed by GitHub
parent be773b30a9
commit bcd6420db5
10 changed files with 26 additions and 59 deletions

View File

@@ -24,10 +24,10 @@ import (
"strings"
"testing"
yaml "github.com/goccy/go-yaml"
homedir "github.com/mitchellh/go-homedir"
"github.com/spf13/cobra"
"github.com/spf13/viper"
"gopkg.in/yaml.v3"
"github.com/runatlantis/atlantis/server"
"github.com/runatlantis/atlantis/server/events/vcs/testdata"