chore: replace gopkg.in/yaml.v3 with goccy/go-yaml

This commit is contained in:
yusing
2025-04-25 08:36:54 +08:00
parent 59490dcac0
commit 2f33ee02d9
7 changed files with 33 additions and 26 deletions

View File

@@ -5,8 +5,8 @@ import (
"strconv"
"testing"
"github.com/goccy/go-yaml"
. "github.com/yusing/go-proxy/internal/utils/testing"
"gopkg.in/yaml.v3"
)
func TestDeserialize(t *testing.T) {