chroe: migrate yaml package to github.com/goccy/go-yaml (#4272)

This commit is contained in:
M. Ilham Surya Pratama
2025-06-21 11:38:28 +07:00
committed by GitHub
parent 688a429d19
commit cf4775283e
5 changed files with 14 additions and 4 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ import (
"io"
"net/http"
"gopkg.in/yaml.v3"
"github.com/goccy/go-yaml"
)
type yamlBinding struct{}