@@ -12,7 +12,7 @@ require (
1212 github.com/coreos/go-oidc v2.2.1+incompatible
1313 github.com/dapr/dapr v1.14.4
1414 github.com/dapr/go-sdk v1.11.0
15- github.com/go-playground/validator/v10 v10.23 .0
15+ github.com/go-playground/validator/v10 v10.24 .0
1616 github.com/google/uuid v1.6.0
1717 github.com/grpc-ecosystem/go-grpc-middleware/providers/prometheus v1.0.1
1818 github.com/grpc-ecosystem/go-grpc-middleware/v2 v2.2.0
@@ -21,18 +21,18 @@ require (
2121 github.com/prometheus/client_golang v1.20.5
2222 github.com/rs/zerolog v1.33.0
2323 github.com/stretchr/testify v1.10.0
24- go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.58 .0
25- go.opentelemetry.io/otel v1.33 .0
26- go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.33 .0
27- go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.33 .0
28- go.opentelemetry.io/otel/exporters/zipkin v1.33 .0
29- go.opentelemetry.io/otel/sdk v1.33 .0
30- go.opentelemetry.io/otel/trace v1.33 .0
24+ go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.59 .0
25+ go.opentelemetry.io/otel v1.34 .0
26+ go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.34 .0
27+ go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.34 .0
28+ go.opentelemetry.io/otel/exporters/zipkin v1.34 .0
29+ go.opentelemetry.io/otel/sdk v1.34 .0
30+ go.opentelemetry.io/otel/trace v1.34 .0
3131 golang.org/x/oauth2 v0.25.0
3232 golang.org/x/text v0.21.0
33- google.golang.org/genproto/googleapis/rpc v0.0.0-20241209162323-e6fa225c2576
34- google.golang.org/grpc v1.69.2
35- google.golang.org/protobuf v1.36.1
33+ google.golang.org/genproto/googleapis/rpc v0.0.0-20250115164207-1a7da9e5054f
34+ google.golang.org/grpc v1.69.4
35+ google.golang.org/protobuf v1.36.3
3636 hwlocale v0.0.0
3737 hwutil v0.0.0
3838 telemetry v0.0.0
@@ -45,12 +45,12 @@ require (
4545 github.com/cespare/xxhash/v2 v2.3.0 // indirect
4646 github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
4747 github.com/fatih/structs v1.1.0 // indirect
48- github.com/gabriel-vasile/mimetype v1.4.3 // indirect
48+ github.com/gabriel-vasile/mimetype v1.4.8 // indirect
4949 github.com/go-logr/logr v1.4.2 // indirect
5050 github.com/go-logr/stdr v1.2.2 // indirect
5151 github.com/go-playground/locales v0.14.1 // indirect
5252 github.com/go-playground/universal-translator v0.18.1 // indirect
53- github.com/grpc-ecosystem/grpc-gateway/v2 v2.24.0 // indirect
53+ github.com/grpc-ecosystem/grpc-gateway/v2 v2.25.1 // indirect
5454 github.com/klauspost/compress v1.17.9 // indirect
5555 github.com/leodido/go-urn v1.4.0 // indirect
5656 github.com/mattn/go-colorable v0.1.13 // indirect
@@ -63,13 +63,13 @@ require (
6363 github.com/prometheus/common v0.55.0 // indirect
6464 github.com/prometheus/procfs v0.15.1 // indirect
6565 go.opentelemetry.io/auto/sdk v1.1.0 // indirect
66- go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.33 .0 // indirect
67- go.opentelemetry.io/otel/metric v1.33 .0 // indirect
68- go.opentelemetry.io/proto/otlp v1.4 .0 // indirect
69- golang.org/x/crypto v0.31 .0 // indirect
70- golang.org/x/net v0.33 .0 // indirect
71- golang.org/x/sys v0.28 .0 // indirect
72- google.golang.org/genproto/googleapis/api v0.0.0-20241209162323-e6fa225c2576 // indirect
66+ go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.34 .0 // indirect
67+ go.opentelemetry.io/otel/metric v1.34 .0 // indirect
68+ go.opentelemetry.io/proto/otlp v1.5 .0 // indirect
69+ golang.org/x/crypto v0.32 .0 // indirect
70+ golang.org/x/net v0.34 .0 // indirect
71+ golang.org/x/sys v0.29 .0 // indirect
72+ google.golang.org/genproto/googleapis/api v0.0.0-20250115164207-1a7da9e5054f // indirect
7373 gopkg.in/square/go-jose.v2 v2.6.0 // indirect
7474 gopkg.in/yaml.v3 v3.0.1 // indirect
7575)
0 commit comments