fix(deps): update module go.yaml.in/yaml/v4 to v4.0.0-rc.5

This commit is contained in:
Renovate Bot
2026-06-14 00:15:39 +00:00
parent 56979e6ab8
commit f223fa44ea
2 changed files with 3 additions and 1 deletions

2
go.mod
View File

@@ -36,7 +36,7 @@ require (
github.com/stretchr/testify v1.11.1
github.com/timshannon/bolthold v0.0.0-20240314194003-30aac6950928
go.etcd.io/bbolt v1.4.3
go.yaml.in/yaml/v4 v4.0.0-rc.3
go.yaml.in/yaml/v4 v4.0.0-rc.5
golang.org/x/sys v0.46.0
golang.org/x/term v0.44.0
google.golang.org/protobuf v1.36.11