chore(deps): Convert go yaml to goccy yaml (#5579)

Signed-off-by: Luke Massa <lmassa@tripadvisor.com>
Co-authored-by: Rui Chen <rui@chenrui.dev>
This commit is contained in:
Luke Massa
2025-06-26 16:26:39 -04:00
committed by GitHub
parent 00d5889ec7
commit 8639729bd8
10 changed files with 59 additions and 26 deletions

3
go.mod
View File

@@ -14,6 +14,7 @@ require (
github.com/go-ozzo/ozzo-validation v3.6.0+incompatible
github.com/go-playground/validator/v10 v10.26.0
github.com/go-test/deep v1.1.1
github.com/goccy/go-yaml v1.17.1
github.com/gofri/go-github-ratelimit v1.1.1
github.com/golang-jwt/jwt/v5 v5.2.2
github.com/google/go-github/v71 v71.0.0
@@ -51,7 +52,6 @@ require (
go.uber.org/zap v1.27.0
golang.org/x/term v0.31.0
golang.org/x/text v0.24.0
gopkg.in/yaml.v3 v3.0.1
)
require (
@@ -141,4 +141,5 @@ require (
golang.org/x/time v0.8.0 // indirect
golang.org/x/tools v0.21.1-0.20240508182429-e35e4ccd0d2d // indirect
google.golang.org/protobuf v1.36.1 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)