@@ -9,18 +9,18 @@ require (
99 github.com/google/uuid v1.6.0
1010 github.com/roadrunner-server/api/v4 v4.18.1
1111 github.com/roadrunner-server/boltdb/v5 v5.0.0
12- github.com/roadrunner-server/config/v5 v5.1.5
12+ github.com/roadrunner-server/config/v5 v5.1.6
1313 github.com/roadrunner-server/endure/v2 v2.6.1
1414 github.com/roadrunner-server/goridge/v3 v3.8.3
15- github.com/roadrunner-server/informer/v5 v5.1.5
16- github.com/roadrunner-server/jobs/v5 v5.1.5
17- github.com/roadrunner-server/kv/v5 v5.2.5
18- github.com/roadrunner-server/logger/v5 v5.1.5
19- github.com/roadrunner-server/memory/v5 v5.2.5
20- github.com/roadrunner-server/otel/v5 v5.1.5
21- github.com/roadrunner-server/resetter/v5 v5.1.5
22- github.com/roadrunner-server/rpc/v5 v5.1.5
23- github.com/roadrunner-server/server/v5 v5.2.6
15+ github.com/roadrunner-server/informer/v5 v5.1.6
16+ github.com/roadrunner-server/jobs/v5 v5.1.6
17+ github.com/roadrunner-server/kv/v5 v5.2.6
18+ github.com/roadrunner-server/logger/v5 v5.1.6
19+ github.com/roadrunner-server/memory/v5 v5.2.6
20+ github.com/roadrunner-server/otel/v5 v5.1.6
21+ github.com/roadrunner-server/resetter/v5 v5.1.6
22+ github.com/roadrunner-server/rpc/v5 v5.1.6
23+ github.com/roadrunner-server/server/v5 v5.2.7
2424 github.com/stretchr/testify v1.10.0
2525 go.uber.org/zap v1.27.0
2626)
@@ -42,7 +42,7 @@ require (
4242 github.com/gogo/protobuf v1.3.2 // indirect
4343 github.com/golang/mock v1.6.0 // indirect
4444 github.com/grpc-ecosystem/go-grpc-middleware v1.4.0 // indirect
45- github.com/grpc-ecosystem/grpc-gateway/v2 v2.26.1 // indirect
45+ github.com/grpc-ecosystem/grpc-gateway/v2 v2.26.3 // indirect
4646 github.com/hashicorp/hcl v1.0.0 // indirect
4747 github.com/joho/godotenv v1.5.1 // indirect
4848 github.com/magiconair/properties v1.8.9 // indirect
@@ -55,7 +55,7 @@ require (
5555 github.com/pborman/uuid v1.2.1 // indirect
5656 github.com/pelletier/go-toml/v2 v2.2.3 // indirect
5757 github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
58- github.com/prometheus/client_golang v1.21.0 // indirect
58+ github.com/prometheus/client_golang v1.21.1 // indirect
5959 github.com/prometheus/client_model v0.6.1 // indirect
6060 github.com/prometheus/common v0.62.0 // indirect
6161 github.com/prometheus/procfs v0.15.1 // indirect
@@ -85,29 +85,29 @@ require (
8585 go.opentelemetry.io/auto/sdk v1.1.0 // indirect
8686 go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.59.0 // indirect
8787 go.opentelemetry.io/contrib/propagators/jaeger v1.34.0 // indirect
88- go.opentelemetry.io/otel v1.34 .0 // indirect
89- go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.34 .0 // indirect
90- go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.34 .0 // indirect
91- go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.34 .0 // indirect
92- go.opentelemetry.io/otel/exporters/stdout/stdouttrace v1.34 .0 // indirect
93- go.opentelemetry.io/otel/exporters/zipkin v1.34 .0 // indirect
94- go.opentelemetry.io/otel/metric v1.34 .0 // indirect
95- go.opentelemetry.io/otel/sdk v1.34 .0 // indirect
96- go.opentelemetry.io/otel/trace v1.34 .0 // indirect
88+ go.opentelemetry.io/otel v1.35 .0 // indirect
89+ go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.35 .0 // indirect
90+ go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.35 .0 // indirect
91+ go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.35 .0 // indirect
92+ go.opentelemetry.io/otel/exporters/stdout/stdouttrace v1.35 .0 // indirect
93+ go.opentelemetry.io/otel/exporters/zipkin v1.35 .0 // indirect
94+ go.opentelemetry.io/otel/metric v1.35 .0 // indirect
95+ go.opentelemetry.io/otel/sdk v1.35 .0 // indirect
96+ go.opentelemetry.io/otel/trace v1.35 .0 // indirect
9797 go.opentelemetry.io/proto/otlp v1.5.0 // indirect
9898 go.temporal.io/api v1.45.0 // indirect
9999 go.temporal.io/sdk v1.33.0 // indirect
100100 go.temporal.io/sdk/contrib/opentelemetry v0.6.0 // indirect
101101 go.uber.org/multierr v1.11.0 // indirect
102- golang.org/x/exp v0.0.0-20250218142911-aa4b98e5adaa // indirect
103- golang.org/x/net v0.35 .0 // indirect
104- golang.org/x/sync v0.11 .0 // indirect
105- golang.org/x/sys v0.30 .0 // indirect
106- golang.org/x/text v0.22 .0 // indirect
107- golang.org/x/time v0.10 .0 // indirect
108- google.golang.org/genproto/googleapis/api v0.0.0-20250224174004-546df14abb99 // indirect
109- google.golang.org/genproto/googleapis/rpc v0.0.0-20250224174004-546df14abb99 // indirect
110- google.golang.org/grpc v1.70 .0 // indirect
102+ golang.org/x/exp v0.0.0-20250228200357-dead58393ab7 // indirect
103+ golang.org/x/net v0.37 .0 // indirect
104+ golang.org/x/sync v0.12 .0 // indirect
105+ golang.org/x/sys v0.31 .0 // indirect
106+ golang.org/x/text v0.23 .0 // indirect
107+ golang.org/x/time v0.11 .0 // indirect
108+ google.golang.org/genproto/googleapis/api v0.0.0-20250303144028-a0af3efb3deb // indirect
109+ google.golang.org/genproto/googleapis/rpc v0.0.0-20250303144028-a0af3efb3deb // indirect
110+ google.golang.org/grpc v1.71 .0 // indirect
111111 google.golang.org/protobuf v1.36.5 // indirect
112112 gopkg.in/ini.v1 v1.67.0 // indirect
113113 gopkg.in/natefinch/lumberjack.v2 v2.2.1 // indirect
0 commit comments