@@ -28,7 +28,7 @@ require (
28
28
github.com/mitchellh/mapstructure v1.5.1-0.20231216201459-8508981c8b6c
29
29
github.com/mwitkow/grpc-proxy v0.0.0-20181017164139-0f1106ef9c76
30
30
github.com/oklog/run v1.2.0
31
- github.com/open-policy-agent/opa v1.5 .1
31
+ github.com/open-policy-agent/opa v1.7 .1
32
32
github.com/pkg/errors v0.9.1
33
33
github.com/prometheus-community/prom-label-proxy v0.12.0
34
34
github.com/prometheus/alertmanager v0.28.1
@@ -37,19 +37,19 @@ require (
37
37
github.com/prometheus/prometheus v0.305.0
38
38
github.com/redis/rueidis v1.0.45
39
39
github.com/stretchr/testify v1.10.0
40
- go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.61 .0
40
+ go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.62 .0
41
41
go.opentelemetry.io/contrib/propagators/jaeger v1.31.0
42
- go.opentelemetry.io/otel v1.36 .0
43
- go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.36 .0
44
- go.opentelemetry.io/otel/sdk v1.36 .0
45
- go.opentelemetry.io/otel/trace v1.36 .0
42
+ go.opentelemetry.io/otel v1.37 .0
43
+ go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.37 .0
44
+ go.opentelemetry.io/otel/sdk v1.37 .0
45
+ go.opentelemetry.io/otel/trace v1.37 .0
46
46
go.uber.org/automaxprocs v1.6.0
47
47
golang.org/x/oauth2 v0.30.0
48
48
google.golang.org/genproto/googleapis/api v0.0.0-20250603155806-513f23925822
49
- google.golang.org/grpc v1.73.0
49
+ google.golang.org/grpc v1.74.2
50
50
google.golang.org/protobuf v1.36.6
51
51
k8s.io/apimachinery v0.32.3
52
- k8s.io/apiserver v0.32.2
52
+ k8s.io/apiserver v0.32.3
53
53
k8s.io/client-go v0.32.3
54
54
)
55
55
@@ -109,9 +109,8 @@ require (
109
109
github.com/google/gofuzz v1.2.0 // indirect
110
110
github.com/google/uuid v1.6.0 // indirect
111
111
github.com/gorilla/css v1.0.0 // indirect
112
- github.com/gorilla/mux v1.8.1 // indirect
113
112
github.com/grafana/regexp v0.0.0-20240518133315-a468a5bfb3bc // indirect
114
- github.com/grpc-ecosystem/grpc-gateway/v2 v2.26.3 // indirect
113
+ github.com/grpc-ecosystem/grpc-gateway/v2 v2.27.1 // indirect
115
114
github.com/inconshreveable/mousetrap v1.1.0 // indirect
116
115
github.com/iris-contrib/schema v0.0.6 // indirect
117
116
github.com/josharian/intern v1.0.0 // indirect
@@ -148,15 +147,15 @@ require (
148
147
github.com/schollz/closestmatch v2.1.0+incompatible // indirect
149
148
github.com/sirupsen/logrus v1.9.3 // indirect
150
149
github.com/spf13/cobra v1.9.1 // indirect
151
- github.com/spf13/pflag v1.0.6 // indirect
152
- github.com/tchap/go-patricia/v2 v2.3.2 // indirect
150
+ github.com/spf13/pflag v1.0.7 // indirect
151
+ github.com/tchap/go-patricia/v2 v2.3.3 // indirect
153
152
github.com/tdewolff/minify/v2 v2.12.9 // indirect
154
153
github.com/tdewolff/parse/v2 v2.6.8 // indirect
155
154
github.com/twitchyliquid64/golang-asm v0.15.1 // indirect
156
155
github.com/ugorji/go/codec v1.2.11 // indirect
157
156
github.com/valyala/bytebufferpool v1.0.0 // indirect
158
157
github.com/valyala/fasttemplate v1.2.2 // indirect
159
- github.com/vektah/gqlparser/v2 v2.5.28 // indirect
158
+ github.com/vektah/gqlparser/v2 v2.5.30 // indirect
160
159
github.com/vmihailenco/msgpack/v5 v5.3.5 // indirect
161
160
github.com/vmihailenco/tagparser/v2 v2.0.0 // indirect
162
161
github.com/x448/float16 v0.8.4 // indirect
@@ -166,18 +165,19 @@ require (
166
165
github.com/yosssi/ace v0.0.5 // indirect
167
166
go.mongodb.org/mongo-driver v1.15.0 // indirect
168
167
go.opentelemetry.io/auto/sdk v1.1.0 // indirect
169
- go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.36 .0 // indirect
170
- go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.36 .0 // indirect
171
- go.opentelemetry.io/otel/metric v1.36 .0 // indirect
172
- go.opentelemetry.io/proto/otlp v1.6 .0 // indirect
168
+ go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.37 .0 // indirect
169
+ go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.37 .0 // indirect
170
+ go.opentelemetry.io/otel/metric v1.37 .0 // indirect
171
+ go.opentelemetry.io/proto/otlp v1.7 .0 // indirect
173
172
go.uber.org/atomic v1.11.0 // indirect
173
+ go.yaml.in/yaml/v2 v2.4.2 // indirect
174
174
golang.org/x/arch v0.3.0 // indirect
175
- golang.org/x/crypto v0.39 .0 // indirect
176
- golang.org/x/net v0.41 .0 // indirect
177
- golang.org/x/sync v0.15 .0 // indirect
178
- golang.org/x/sys v0.33 .0 // indirect
179
- golang.org/x/term v0.32 .0 // indirect
180
- golang.org/x/text v0.26 .0 // indirect
175
+ golang.org/x/crypto v0.40 .0 // indirect
176
+ golang.org/x/net v0.42 .0 // indirect
177
+ golang.org/x/sync v0.16 .0 // indirect
178
+ golang.org/x/sys v0.34 .0 // indirect
179
+ golang.org/x/term v0.33 .0 // indirect
180
+ golang.org/x/text v0.27 .0 // indirect
181
181
golang.org/x/time v0.12.0 // indirect
182
182
google.golang.org/genproto/googleapis/rpc v0.0.0-20250603155806-513f23925822 // indirect
183
183
gopkg.in/evanphx/json-patch.v4 v4.12.0 // indirect
@@ -186,12 +186,12 @@ require (
186
186
gopkg.in/yaml.v2 v2.4.0 // indirect
187
187
gopkg.in/yaml.v3 v3.0.1 // indirect
188
188
k8s.io/api v0.32.3 // indirect
189
- k8s.io/component-base v0.32.2 // indirect
189
+ k8s.io/component-base v0.32.3 // indirect
190
190
k8s.io/klog/v2 v2.130.1 // indirect
191
191
k8s.io/kube-openapi v0.0.0-20241105132330-32ad38e42d3f // indirect
192
192
k8s.io/utils v0.0.0-20241104100929-3ea5e8cea738 // indirect
193
193
sigs.k8s.io/apiserver-network-proxy/konnectivity-client v0.31.0 // indirect
194
194
sigs.k8s.io/json v0.0.0-20241010143419-9aa6b5e7a4b3 // indirect
195
195
sigs.k8s.io/structured-merge-diff/v4 v4.4.2 // indirect
196
- sigs.k8s.io/yaml v1.4 .0 // indirect
196
+ sigs.k8s.io/yaml v1.6 .0 // indirect
197
197
)
0 commit comments