diff --git a/go.mod b/go.mod index 228d78a..23ca052 100644 --- a/go.mod +++ b/go.mod @@ -20,8 +20,8 @@ require ( github.com/nais/liberator v0.0.0-20250408101050-2ffa1b42f7f2 github.com/prometheus/client_golang v1.22.0 github.com/redis/go-redis/extra/redisotel/v9 v9.7.3 - github.com/redis/go-redis/extra/redisprometheus/v9 v9.7.3 - github.com/redis/go-redis/v9 v9.7.3 + github.com/redis/go-redis/extra/redisprometheus/v9 v9.8.0 + github.com/redis/go-redis/v9 v9.8.0 github.com/riandyrn/otelchi v0.12.1 github.com/rs/cors v1.11.1 github.com/sethvargo/go-retry v0.3.0 diff --git a/go.sum b/go.sum index 95b4fa3..a252ac5 100644 --- a/go.sum +++ b/go.sum @@ -104,10 +104,10 @@ github.com/redis/go-redis/extra/rediscmd/v9 v9.7.3 h1:1AXQZkJkFxGV3f78mSnUI70l0o github.com/redis/go-redis/extra/rediscmd/v9 v9.7.3/go.mod h1:OgkpkwJYex1oyVAabK+VhVUKhUXw8uZUfewJYH1wG90= github.com/redis/go-redis/extra/redisotel/v9 v9.7.3 h1:ICBA9xYh+SmZqMfBtjKpp1ohi/V5R1TEZglLZc8IxTc= github.com/redis/go-redis/extra/redisotel/v9 v9.7.3/go.mod h1:DMzxd0CDyZ9VFw9sEPIVpIgKTAaubfGuaPQSUaS7/fo= -github.com/redis/go-redis/extra/redisprometheus/v9 v9.7.3 h1:Mm19FH6+FPzP9xeynoxQXSZ46U7oPR74M9B8aeBCyPg= -github.com/redis/go-redis/extra/redisprometheus/v9 v9.7.3/go.mod h1:lkE+aKP39FTnYKnMg9lM4Is9f9tAZP56hToTSH+inGI= -github.com/redis/go-redis/v9 v9.7.3 h1:YpPyAayJV+XErNsatSElgRZZVCwXX9QzkKYNvO7x0wM= -github.com/redis/go-redis/v9 v9.7.3/go.mod h1:bGUrSggJ9X9GUmZpZNEOQKaANxSGgOEBRltRTZHSvrA= +github.com/redis/go-redis/extra/redisprometheus/v9 v9.8.0 h1:d+qvglHQvfxjOOSpyAZtQjlOmDy3VVJP1PcnH7XTkwg= +github.com/redis/go-redis/extra/redisprometheus/v9 v9.8.0/go.mod h1:O8jZsMuyfBkKR402/scED9fujzUpzXVscnieSycWnw8= +github.com/redis/go-redis/v9 v9.8.0 h1:q3nRvjrlge/6UD7eTu/DSg2uYiU2mCL0G/uzBWqhicI= +github.com/redis/go-redis/v9 v9.8.0/go.mod h1:huWgSWd8mW6+m0VPhJjSSQ+d6Nh1VICQ6Q5lHuCH/Iw= github.com/riandyrn/otelchi v0.12.1 h1:FdRKK3/RgZ/T+d+qTH5Uw3MFx0KwRF38SkdfTMMq/m8= github.com/riandyrn/otelchi v0.12.1/go.mod h1:weZZeUJURvtCcbWsdb7Y6F8KFZGedJlSrgUjq9VirV8= github.com/rogpeppe/go-internal v1.13.1 h1:KvO1DLK/DRN07sQ1LQKScxyZJuNnedQ5/wKSR38lUII=