@@ -44,16 +44,16 @@ require (
44
44
github.com/yannh/kubeconform v0.6.4
45
45
github.com/ziflex/lecho/v3 v3.5.0
46
46
go.opentelemetry.io/contrib/instrumentation/runtime v0.53.0
47
- go.opentelemetry.io/otel v1.28 .0
48
- go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc v1.25 .0
47
+ go.opentelemetry.io/otel v1.32 .0
48
+ go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc v1.32 .0
49
49
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.28.0
50
- go.opentelemetry.io/otel/sdk v1.28 .0
51
- go.opentelemetry.io/otel/sdk/metric v1.28 .0
52
- go.opentelemetry.io/otel/trace v1.28 .0
50
+ go.opentelemetry.io/otel/sdk v1.32 .0
51
+ go.opentelemetry.io/otel/sdk/metric v1.32 .0
52
+ go.opentelemetry.io/otel/trace v1.32 .0
53
53
golang.org/x/exp v0.0.0-20240112132812-db7319d0e0e3
54
- golang.org/x/net v0.28 .0
55
- golang.org/x/oauth2 v0.22 .0
56
- google.golang.org/grpc v1.67.0
54
+ golang.org/x/net v0.30 .0
55
+ golang.org/x/oauth2 v0.23 .0
56
+ google.golang.org/grpc v1.67.1
57
57
gopkg.in/dealancer/validate.v2 v2.1.0
58
58
gopkg.in/yaml.v3 v3.0.1
59
59
k8s.io/api v0.26.15
@@ -168,7 +168,7 @@ require (
168
168
github.com/gregjones/httpcache v0.0.0-20190611155906-901d90724c79 // indirect
169
169
github.com/grpc-ecosystem/go-grpc-middleware v1.4.0 // indirect
170
170
github.com/grpc-ecosystem/grpc-gateway v1.16.0 // indirect
171
- github.com/grpc-ecosystem/grpc-gateway/v2 v2.20 .0 // indirect
171
+ github.com/grpc-ecosystem/grpc-gateway/v2 v2.23 .0 // indirect
172
172
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
173
173
github.com/hashicorp/go-getter v1.7.5 // indirect
174
174
github.com/hashicorp/go-retryablehttp v0.7.7 // indirect
@@ -229,7 +229,7 @@ require (
229
229
github.com/redis/go-redis/v9 v9.0.5 // indirect
230
230
github.com/rivo/uniseg v0.4.4 // indirect
231
231
github.com/robfig/cron/v3 v3.0.1 // indirect
232
- github.com/rogpeppe/go-internal v1.12.0 // indirect
232
+ github.com/rogpeppe/go-internal v1.13.1 // indirect
233
233
github.com/russross/blackfriday/v2 v2.1.0 // indirect
234
234
github.com/sagikazarmark/locafero v0.4.0 // indirect
235
235
github.com/sagikazarmark/slog-shim v0.1.0 // indirect
@@ -264,22 +264,22 @@ require (
264
264
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.49.0 // indirect
265
265
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.53.0 // indirect
266
266
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.28.0 // indirect
267
- go.opentelemetry.io/otel/metric v1.28 .0 // indirect
267
+ go.opentelemetry.io/otel/metric v1.32 .0 // indirect
268
268
go.opentelemetry.io/proto/otlp v1.3.1 // indirect
269
269
go.starlark.net v0.0.0-20231121155337-90ade8b19d09 // indirect
270
270
go.uber.org/atomic v1.11.0 // indirect
271
271
go.uber.org/multierr v1.9.0 // indirect
272
- golang.org/x/crypto v0.26 .0 // indirect
273
- golang.org/x/sync v0.8 .0 // indirect
274
- golang.org/x/sys v0.24 .0 // indirect
275
- golang.org/x/term v0.23 .0 // indirect
276
- golang.org/x/text v0.17 .0 // indirect
272
+ golang.org/x/crypto v0.28 .0 // indirect
273
+ golang.org/x/sync v0.9 .0 // indirect
274
+ golang.org/x/sys v0.27 .0 // indirect
275
+ golang.org/x/term v0.25 .0 // indirect
276
+ golang.org/x/text v0.20 .0 // indirect
277
277
golang.org/x/time v0.6.0 // indirect
278
278
google.golang.org/api v0.171.0 // indirect
279
279
google.golang.org/genproto v0.0.0-20240227224415-6ceb2ff114de // indirect
280
- google.golang.org/genproto/googleapis/api v0.0.0-20240814211410-ddb44dafa142 // indirect
281
- google.golang.org/genproto/googleapis/rpc v0.0.0-20240814211410-ddb44dafa142 // indirect
282
- google.golang.org/protobuf v1.34.2 // indirect
280
+ google.golang.org/genproto/googleapis/api v0.0.0-20241104194629-dd2ea8efbc28 // indirect
281
+ google.golang.org/genproto/googleapis/rpc v0.0.0-20241104194629-dd2ea8efbc28 // indirect
282
+ google.golang.org/protobuf v1.35.1 // indirect
283
283
gopkg.in/DATA-DOG/go-sqlmock.v1 v1.3.0 // indirect
284
284
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
285
285
gopkg.in/inf.v0 v0.9.1 // indirect
0 commit comments