@@ -5,7 +5,7 @@ go 1.24.0
55toolchain go1.24.1
66
77require (
8- cloud.google.com/go/pubsub v1.49.0
8+ cloud.google.com/go/pubsub v1.50.1
99 github.com/DataDog/datadog-go/v5 v5.7.1
1010 github.com/Subomi/go-authz v0.2.0
1111 github.com/asaskevich/govalidator v0.0.0-20230301143203-a9d515a09cc2
@@ -50,42 +50,43 @@ require (
5050 github.com/prometheus/client_golang v1.22.0
5151 github.com/r3labs/diff/v3 v3.0.1
5252 github.com/rabbitmq/amqp091-go v1.10.0
53- github.com/redis/go-redis/extra/redisotel/v9 v9.7.3
53+ github.com/redis/go-redis/extra/redisotel/v9 v9.14.0
5454 github.com/redis/go-redis/v9 v9.14.0
5555 github.com/riandyrn/otelchi v0.12.1
5656 github.com/rubenv/sql-migrate v1.8.0
5757 github.com/sebdah/goldie/v2 v2.5.5
5858 github.com/segmentio/kafka-go v0.4.47
5959 github.com/sirupsen/logrus v1.9.3
6060 github.com/slack-go/slack v0.16.0
61- github.com/spf13/cobra v1.9 .1
62- github.com/spf13/pflag v1.0.6
61+ github.com/spf13/cobra v1.10 .1
62+ github.com/spf13/pflag v1.0.9
6363 github.com/stealthrocket/netjail v0.1.2
6464 github.com/stretchr/testify v1.11.1
6565 github.com/subomi/requestmigrations v0.4.0
6666 github.com/swaggo/swag v1.16.4
67- github.com/testcontainers/testcontainers-go v0.36 .0
67+ github.com/testcontainers/testcontainers-go v0.38 .0
6868 github.com/testcontainers/testcontainers-go/modules/compose v0.36.0
6969 github.com/tidwall/gjson v1.18.0
7070 github.com/xdg-go/pbkdf2 v1.0.0
7171 github.com/xeipuuv/gojsonschema v1.2.0
72- go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.60 .0
72+ go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.61 .0
7373 go.opentelemetry.io/otel v1.38.0
74- go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.35 .0
74+ go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.38 .0
7575 go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.35.0
7676 go.opentelemetry.io/otel/sdk v1.38.0
7777 go.opentelemetry.io/otel/trace v1.38.0
7878 go.uber.org/mock v0.5.1
7979 golang.org/x/crypto v0.42.0
80- google.golang.org/api v0.229 .0
80+ google.golang.org/api v0.247 .0
8181 gopkg.in/DataDog/dd-trace-go.v1 v1.69.1
8282 gopkg.in/gomail.v2 v2.0.0-20160411212932-81ebce5c23df
8383 gopkg.in/guregu/null.v4 v4.0.0
8484)
8585
8686require (
87- cloud.google.com/go/auth v0.16.0 // indirect
87+ cloud.google.com/go/auth v0.16.4 // indirect
8888 cloud.google.com/go/auth/oauth2adapt v0.2.8 // indirect
89+ cloud.google.com/go/pubsub/v2 v2.0.0 // indirect
8990 dario.cat/mergo v1.0.1 // indirect
9091 github.com/AdaLogics/go-fuzz-headers v0.0.0-20240806141605-e8a1dd7889d6 // indirect
9192 github.com/AlecAivazis/survey/v2 v2.3.7 // indirect
@@ -138,15 +139,15 @@ require (
138139 github.com/docker/cli v28.1.1+incompatible // indirect
139140 github.com/docker/cli-docs-tool v0.9.0 // indirect
140141 github.com/docker/distribution v2.8.3+incompatible // indirect
141- github.com/docker/docker v28.1.1 +incompatible // indirect
142+ github.com/docker/docker v28.2.2 +incompatible // indirect
142143 github.com/docker/docker-credential-helpers v0.9.3 // indirect
143144 github.com/docker/go v1.5.1-1.0.20160303222718-d30aec9fd63c // indirect
144145 github.com/docker/go-connections v0.5.0 // indirect
145146 github.com/docker/go-metrics v0.0.1 // indirect
146147 github.com/docker/go-units v0.5.0 // indirect
147148 github.com/dustin/go-humanize v1.0.1 // indirect
148149 github.com/eapache/queue/v2 v2.0.0-20230407133247-75960ed334e4 // indirect
149- github.com/ebitengine/purego v0.8.2 // indirect
150+ github.com/ebitengine/purego v0.8.4 // indirect
150151 github.com/eiannone/keyboard v0.0.0-20220611211555-0d226195f203 // indirect
151152 github.com/emicklei/go-restful/v3 v3.11.3 // indirect
152153 github.com/fsnotify/fsevents v0.2.0 // indirect
@@ -169,7 +170,7 @@ require (
169170 github.com/google/s2a-go v0.1.9 // indirect
170171 github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 // indirect
171172 github.com/grafana/pyroscope-go/godeltaprof v0.1.8 // indirect
172- github.com/grpc-ecosystem/grpc-gateway/v2 v2.26.3 // indirect
173+ github.com/grpc-ecosystem/grpc-gateway/v2 v2.27.1 // indirect
173174 github.com/hashicorp/errwrap v1.1.0 // indirect
174175 github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
175176 github.com/hashicorp/go-multierror v1.1.1 // indirect
@@ -236,13 +237,13 @@ require (
236237 github.com/planetscale/vtprotobuf v0.6.1-0.20240319094008-0393e58bdf10 // indirect
237238 github.com/power-devops/perfstat v0.0.0-20240221224432-82ca36839d55 // indirect
238239 github.com/r3labs/sse v0.0.0-20210224172625-26fe804710bc // indirect
239- github.com/redis/go-redis/extra/rediscmd/v9 v9.7.3 // indirect
240+ github.com/redis/go-redis/extra/rediscmd/v9 v9.14.0 // indirect
240241 github.com/rivo/uniseg v0.4.7 // indirect
241242 github.com/ryanuber/go-glob v1.0.0 // indirect
242243 github.com/secure-systems-lab/go-securesystemslib v0.7.0 // indirect
243244 github.com/serialx/hashring v0.0.0-20200727003509-22c0c7ab6b1b // indirect
244245 github.com/shibumi/go-pathspec v1.3.0 // indirect
245- github.com/shirou/gopsutil/v4 v4.25.3 // indirect
246+ github.com/shirou/gopsutil/v4 v4.25.5 // indirect
246247 github.com/skratchdot/open-golang v0.0.0-20200116055534-eef842397966 // indirect
247248 github.com/theupdateframework/notary v0.7.0 // indirect
248249 github.com/tidwall/match v1.1.1 // indirect
@@ -265,22 +266,22 @@ require (
265266 github.com/yusufpapurcu/wmi v1.2.4 // indirect
266267 github.com/zclconf/go-cty v1.16.2 // indirect
267268 go.opentelemetry.io/auto/sdk v1.1.0 // indirect
268- go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.60 .0 // indirect
269+ go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.61 .0 // indirect
269270 go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace v0.56.0 // indirect
270271 go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc v1.31.0 // indirect
271272 go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp v1.31.0 // indirect
272273 go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.31.0 // indirect
273274 go.opentelemetry.io/otel/metric v1.38.0 // indirect
274275 go.opentelemetry.io/otel/sdk/metric v1.38.0 // indirect
275- go.opentelemetry.io/proto/otlp v1.5.0 // indirect
276+ go.opentelemetry.io/proto/otlp v1.7.1 // indirect
276277 go.uber.org/atomic v1.11.0 // indirect
277278 golang.org/x/exp v0.0.0-20250408133849-7e4ce0ab07d0 // indirect
278279 golang.org/x/mod v0.27.0 // indirect
279280 golang.org/x/term v0.35.0 // indirect
280281 golang.org/x/xerrors v0.0.0-20231012003039-104605ab7028 // indirect
281- google.golang.org/genproto v0.0.0-20250303144028-a0af3efb3deb // indirect
282- google.golang.org/genproto/googleapis/api v0.0.0-20250422160041-2d3770c4ea7f // indirect
283- google.golang.org/genproto/googleapis/rpc v0.0.0-20250422160041-2d3770c4ea7f // indirect
282+ google.golang.org/genproto v0.0.0-20250603155806-513f23925822 // indirect
283+ google.golang.org/genproto/googleapis/api v0.0.0-20250818200422-3122310a409c // indirect
284+ google.golang.org/genproto/googleapis/rpc v0.0.0-20250811230008-5f3141c8851a // indirect
284285 gopkg.in/cenkalti/backoff.v1 v1.1.0 // indirect
285286 gopkg.in/inf.v0 v0.9.1 // indirect
286287 gopkg.in/ini.v1 v1.67.0 // indirect
@@ -298,8 +299,8 @@ require (
298299)
299300
300301require (
301- cloud.google.com/go v0.120.1 // indirect
302- cloud.google.com/go/compute/metadata v0.6 .0 // indirect
302+ cloud.google.com/go v0.121.6 // indirect
303+ cloud.google.com/go/compute/metadata v0.8 .0 // indirect
303304 cloud.google.com/go/iam v1.5.2 // indirect
304305 github.com/KyleBanks/depth v1.2.1 // indirect
305306 github.com/beorn7/perks v1.0.1 // indirect
@@ -314,7 +315,7 @@ require (
314315 github.com/golang/protobuf v1.5.4 // indirect
315316 github.com/google/uuid v1.6.0
316317 github.com/googleapis/enterprise-certificate-proxy v0.3.6 // indirect
317- github.com/googleapis/gax-go/v2 v2.14.1 // indirect
318+ github.com/googleapis/gax-go/v2 v2.15.0 // indirect
318319 github.com/gorilla/mux v1.8.1 // indirect
319320 github.com/inconshreveable/mousetrap v1.1.0 // indirect
320321 github.com/jmespath/go-jmespath v0.4.0 // indirect
@@ -334,14 +335,14 @@ require (
334335 github.com/vmihailenco/tagparser/v2 v2.0.0 // indirect
335336 go.opencensus.io v0.24.0 // indirect
336337 golang.org/x/net v0.43.0 // indirect
337- golang.org/x/oauth2 v0.29 .0 // indirect
338+ golang.org/x/oauth2 v0.30 .0 // indirect
338339 golang.org/x/sync v0.17.0 // indirect
339340 golang.org/x/sys v0.36.0 // indirect
340341 golang.org/x/text v0.29.0
341342 golang.org/x/time v0.12.0 // indirect
342343 golang.org/x/tools v0.36.0 // indirect
343- google.golang.org/grpc v1.71.1
344- google.golang.org/protobuf v1.36.6 // indirect
344+ google.golang.org/grpc v1.74.2
345+ google.golang.org/protobuf v1.36.8 // indirect
345346 gopkg.in/alexcesaro/quotedprintable.v3 v3.0.0-20150716171945-2caba252f4dc // indirect
346347 gopkg.in/yaml.v2 v2.4.0 // indirect
347348 gopkg.in/yaml.v3 v3.0.1
0 commit comments