@@ -25,7 +25,7 @@ require (
2525 github.com/spf13/pflag v1.0.10
2626 github.com/tidwall/gjson v1.18.0
2727 github.com/tidwall/sjson v1.2.5
28- go.uber.org/zap v1.27.0
28+ go.uber.org/zap v1.27.1
2929 k8c.io/reconciler v0.5.0
3030 k8s.io/api v0.33.5
3131 k8s.io/apiextensions-apiserver v0.33.5
@@ -37,7 +37,7 @@ require (
3737 k8s.io/utils v0.0.0-20250604170112-4c0f3b243397
3838 sigs.k8s.io/controller-runtime v0.21.0
3939 sigs.k8s.io/multicluster-runtime v0.21.0-alpha.9
40- sigs.k8s.io/yaml v1.4 .0
40+ sigs.k8s.io/yaml v1.6 .0
4141)
4242
4343require (
@@ -106,7 +106,6 @@ require (
106106 github.com/shopspring/decimal v1.4.0 // indirect
107107 github.com/spf13/cast v1.7.1 // indirect
108108 github.com/stoewer/go-strcase v1.3.0 // indirect
109- github.com/stretchr/testify v1.11.1 // indirect
110109 github.com/tidwall/match v1.1.1 // indirect
111110 github.com/tidwall/pretty v1.2.1 // indirect
112111 github.com/x448/float16 v0.8.4 // indirect
@@ -124,6 +123,7 @@ require (
124123 go.opentelemetry.io/otel/trace v1.35.0 // indirect
125124 go.opentelemetry.io/proto/otlp v1.5.0 // indirect
126125 go.uber.org/multierr v1.11.0 // indirect
126+ go.yaml.in/yaml/v2 v2.4.2 // indirect
127127 go.yaml.in/yaml/v3 v3.0.4 // indirect
128128 golang.org/x/crypto v0.45.0 // indirect
129129 golang.org/x/exp v0.0.0-20251125195548-87e1e737ad39 // indirect
0 commit comments