switching to use github.com/goccy/go-yaml

This commit is contained in:
2025-05-27 23:34:47 +09:00
parent 54e9e208f4
commit db9fc1f4d9
3 changed files with 7 additions and 16 deletions

3
go.mod
View File

@ -3,6 +3,7 @@ module hodu
go 1.22.0
require (
github.com/goccy/go-yaml v1.17.1
github.com/prometheus/client_golang v1.20.5
golang.org/x/crypto v0.26.0
golang.org/x/net v0.28.0
@ -10,14 +11,12 @@ require (
golang.org/x/text v0.21.0
google.golang.org/grpc v1.67.1
google.golang.org/protobuf v1.34.2
gopkg.in/yaml.v3 v3.0.1
)
require (
github.com/beorn7/perks v1.0.1 // indirect
github.com/cespare/xxhash/v2 v2.3.0 // indirect
github.com/klauspost/compress v1.17.9 // indirect
github.com/kr/text v0.2.0 // indirect
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
github.com/prometheus/client_model v0.6.1 // indirect
github.com/prometheus/common v0.55.0 // indirect