From f63488d4fe355875fde708bcfea56fe3d9eed896 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 15 Oct 2024 10:27:54 +0000 Subject: [PATCH] fix(deps): update all patch and minor --- go.mod | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/go.mod b/go.mod index 17165a26..ec3a5299 100644 --- a/go.mod +++ b/go.mod @@ -19,9 +19,9 @@ require ( github.com/mvisonneau/go-helpers v0.0.1 github.com/paulbellamy/ratecounter v0.2.0 github.com/pkg/errors v0.9.1 - github.com/prometheus/client_golang v1.20.4 - github.com/redis/go-redis/extra/redisotel/v9 v9.0.5 - github.com/redis/go-redis/v9 v9.6.1 + github.com/prometheus/client_golang v1.20.5 + github.com/redis/go-redis/extra/redisotel/v9 v9.6.2 + github.com/redis/go-redis/v9 v9.6.2 github.com/sirupsen/logrus v1.9.3 github.com/stretchr/testify v1.9.0 github.com/uptrace/opentelemetry-go-extra/otellogrus v0.3.2 @@ -30,10 +30,10 @@ require ( github.com/vmihailenco/taskq/memqueue/v4 v4.0.0-beta.4 github.com/vmihailenco/taskq/redisq/v4 v4.0.0-beta.4 github.com/vmihailenco/taskq/v4 v4.0.0-beta.4 - github.com/xanzy/go-gitlab v0.111.0 + github.com/xanzy/go-gitlab v0.112.0 github.com/xeonx/timeago v1.0.0-rc5 go.openly.dev/pointy v1.3.0 - go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.55.0 + go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.56.0 go.opentelemetry.io/otel v1.31.0 go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.31.0 go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.31.0