chore: run go mod tidy

Clean up go.mod by moving sigs.k8s.io/yaml to indirect dependencies.

Signed-off-by: yxxhero <aiopsclub@163.com>
This commit is contained in:
yxxhero 2026-03-03 08:21:04 +08:00
parent 7c215f6451
commit 6c98bfa7f0
1 changed files with 1 additions and 1 deletions

2
go.mod
View File

@ -108,7 +108,7 @@ require (
google.golang.org/protobuf v1.36.11 // indirect
gopkg.in/ini.v1 v1.67.1 // indirect
sigs.k8s.io/json v0.0.0-20250730193827-2d320260d730 // indirect
sigs.k8s.io/yaml v1.6.0
sigs.k8s.io/yaml v1.6.0 // indirect
)
require (