@@ -20,46 +20,46 @@ require (
2020 github.com/gorilla/handlers v1.5.2
2121 github.com/gorilla/websocket v1.5.3
2222 github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0
23- github.com/grpc-ecosystem/grpc-gateway/v2 v2.27.4
23+ github.com/grpc-ecosystem/grpc-gateway/v2 v2.27.7
2424 github.com/nil-go/konf v1.4.0
2525 github.com/nil-go/konf/provider/file v1.4.0
2626 github.com/nil-go/konf/provider/pflag v1.4.0
2727 github.com/prometheus/client_golang v1.23.2
2828 github.com/prometheus/client_model v0.6.2
2929 github.com/rabbitmq/amqp091-go v1.10.0
3030 github.com/rs/zerolog v1.34.0
31- github.com/sirupsen/logrus v1.9.3
31+ github.com/sirupsen/logrus v1.9.4
3232 github.com/soheilhy/cmux v0.1.5
3333 github.com/spf13/cobra v1.10.2
3434 github.com/spf13/pflag v1.0.10
3535 github.com/spf13/viper v1.21.0
3636 github.com/stretchr/testify v1.11.1
37- go.mongodb.org/mongo-driver v1.17.6
38- go.opentelemetry.io/contrib/instrumentation/go.mongodb.org/mongo-driver/mongo/otelmongo v0.64 .0
39- go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.64 .0
40- go.opentelemetry.io/contrib/instrumentation/host v0.64 .0
41- go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.64 .0
42- go.opentelemetry.io/contrib/instrumentation/runtime v0.64 .0
43- go.opentelemetry.io/otel v1.39 .0
44- go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc v1.39 .0
45- go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp v1.39 .0
46- go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.39 .0
47- go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.39 .0
48- go.opentelemetry.io/otel/exporters/prometheus v0.61 .0
49- go.opentelemetry.io/otel/exporters/stdout/stdoutmetric v1.39 .0
50- go.opentelemetry.io/otel/exporters/stdout/stdouttrace v1.39 .0
51- go.opentelemetry.io/otel/metric v1.39 .0
52- go.opentelemetry.io/otel/sdk v1.39 .0
53- go.opentelemetry.io/otel/sdk/metric v1.39 .0
54- go.opentelemetry.io/otel/trace v1.39 .0
55- go.temporal.io/sdk v1.38 .0
37+ go.mongodb.org/mongo-driver v1.17.8
38+ go.opentelemetry.io/contrib/instrumentation/go.mongodb.org/mongo-driver/mongo/otelmongo v0.65 .0
39+ go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.65 .0
40+ go.opentelemetry.io/contrib/instrumentation/host v0.65 .0
41+ go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.65 .0
42+ go.opentelemetry.io/contrib/instrumentation/runtime v0.65 .0
43+ go.opentelemetry.io/otel v1.40 .0
44+ go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc v1.40 .0
45+ go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp v1.40 .0
46+ go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.40 .0
47+ go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.40 .0
48+ go.opentelemetry.io/otel/exporters/prometheus v0.62 .0
49+ go.opentelemetry.io/otel/exporters/stdout/stdoutmetric v1.40 .0
50+ go.opentelemetry.io/otel/exporters/stdout/stdouttrace v1.40 .0
51+ go.opentelemetry.io/otel/metric v1.40 .0
52+ go.opentelemetry.io/otel/sdk v1.40 .0
53+ go.opentelemetry.io/otel/sdk/metric v1.40 .0
54+ go.opentelemetry.io/otel/trace v1.40 .0
55+ go.temporal.io/sdk v1.39 .0
5656 go.uber.org/goleak v1.3.0
5757 go.uber.org/zap v1.27.1
58- golang.org/x/crypto v0.46 .0
58+ golang.org/x/crypto v0.47 .0
5959 golang.org/x/sync v0.19.0
60- golang.org/x/term v0.38 .0
60+ golang.org/x/term v0.39 .0
6161 golang.org/x/time v0.14.0
62- google.golang.org/genproto/googleapis/api v0.0.0-20251222181119-0a764e51fe1b
62+ google.golang.org/genproto/googleapis/api v0.0.0-20260128011058-8636f8732409
6363 google.golang.org/grpc v1.78.0
6464 google.golang.org/protobuf v1.36.11
6565 gopkg.in/yaml.v3 v3.0.1
@@ -99,7 +99,7 @@ require (
9999 github.com/inconshreveable/mousetrap v1.1.0 // indirect
100100 github.com/jinzhu/inflection v1.0.0 // indirect
101101 github.com/jinzhu/now v1.1.5 // indirect
102- github.com/klauspost/compress v1.18.2 // indirect
102+ github.com/klauspost/compress v1.18.3 // indirect
103103 github.com/lucasb-eyer/go-colorful v1.2.0 // indirect
104104 github.com/lufia/plan9stats v0.0.0-20251013123823-9fd1530e3ec3 // indirect
105105 github.com/mattn/go-colorable v0.1.13 // indirect
@@ -112,13 +112,13 @@ require (
112112 github.com/pelletier/go-toml/v2 v2.2.4 // indirect
113113 github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
114114 github.com/power-devops/perfstat v0.0.0-20240221224432-82ca36839d55 // indirect
115- github.com/prometheus/common v0.67.4 // indirect
115+ github.com/prometheus/common v0.67.5 // indirect
116116 github.com/prometheus/otlptranslator v1.0.0 // indirect
117117 github.com/prometheus/procfs v0.19.2 // indirect
118118 github.com/rivo/uniseg v0.4.7 // indirect
119119 github.com/robfig/cron v1.2.0 // indirect
120120 github.com/sagikazarmark/locafero v0.11.0 // indirect
121- github.com/shirou/gopsutil/v4 v4.25.11 // indirect
121+ github.com/shirou/gopsutil/v4 v4.26.1 // indirect
122122 github.com/sourcegraph/conc v0.3.1-0.20240121214520-5f936abd7ae8 // indirect
123123 github.com/spf13/afero v1.15.0 // indirect
124124 github.com/spf13/cast v1.10.0 // indirect
@@ -135,15 +135,15 @@ require (
135135 github.com/yusufpapurcu/wmi v1.2.4 // indirect
136136 github.com/zeebo/errs v1.4.0 // indirect
137137 go.opentelemetry.io/auto/sdk v1.2.1 // indirect
138- go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.39 .0 // indirect
138+ go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.40 .0 // indirect
139139 go.opentelemetry.io/proto/otlp v1.9.0 // indirect
140- go.temporal.io/api v1.54 .0 // indirect
140+ go.temporal.io/api v1.59 .0 // indirect
141141 go.uber.org/multierr v1.11.0 // indirect
142142 go.yaml.in/yaml/v2 v2.4.3 // indirect
143143 go.yaml.in/yaml/v3 v3.0.4 // indirect
144144 golang.org/x/exp v0.0.0-20250813145105-42675adae3e6 // indirect
145- golang.org/x/net v0.47 .0 // indirect
146- golang.org/x/sys v0.39 .0 // indirect
147- golang.org/x/text v0.32 .0 // indirect
148- google.golang.org/genproto/googleapis/rpc v0.0.0-20251222181119-0a764e51fe1b // indirect
145+ golang.org/x/net v0.49 .0 // indirect
146+ golang.org/x/sys v0.40 .0 // indirect
147+ golang.org/x/text v0.33 .0 // indirect
148+ google.golang.org/genproto/googleapis/rpc v0.0.0-20260128011058-8636f8732409 // indirect
149149)
0 commit comments