chore: replace gopkg.in/yaml.v3 vs goccy/go-yaml; replace encoding/json with bytedance/sonic

This commit is contained in:
yusing
2025-04-16 14:17:57 +08:00
parent 104e1b1d0a
commit c286275f7e
10 changed files with 40 additions and 9 deletions

View File

@@ -6,8 +6,8 @@ import (
"path"
"sort"
"github.com/goccy/go-yaml"
"github.com/yusing/go-proxy/internal/gperr"
"gopkg.in/yaml.v3"
)
var ErrMissingMiddlewareUse = gperr.New("missing middleware 'use' field")