File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -72,7 +72,7 @@ require (
7272 github.com/prometheus/client_golang v1.21.1
7373 github.com/prometheus/client_model v0.6.1
7474 github.com/r3labs/diff/v3 v3.0.1
75- github.com/redis/go-redis/v9 v9.7 .1
75+ github.com/redis/go-redis/v9 v9.12 .1
7676 github.com/robfig/cron/v3 v3.0.1
7777 github.com/sirupsen/logrus v1.9.3
7878 github.com/skratchdot/open-golang v0.0.0-20200116055534-eef842397966
Original file line number Diff line number Diff line change @@ -717,8 +717,8 @@ github.com/prometheus/procfs v0.15.1/go.mod h1:fB45yRUv8NstnjriLhBQLuOUt+WW4BsoG
717717github.com/r3labs/diff/v3 v3.0.1 h1:CBKqf3XmNRHXKmdU7mZP1w7TV0pDyVCis1AUHtA4Xtg =
718718github.com/r3labs/diff/v3 v3.0.1 /go.mod h1:f1S9bourRbiM66NskseyUdo0fTmEE0qKrikYJX63dgo =
719719github.com/redis/go-redis/v9 v9.0.0-rc.4 /go.mod h1:Vo3EsyWnicKnSKCA7HhgnvnyA74wOA69Cd2Meli5mmA =
720- github.com/redis/go-redis/v9 v9.7 .1 h1:4LhKRCIduqXqtvCUlaq9c8bdHOkICjDMrr1+Zb3osAc =
721- github.com/redis/go-redis/v9 v9.7 .1 /go.mod h1:f6zhXITC7JUJIlPEiBOTXxJgPLdZcA93GewI7inzyWw =
720+ github.com/redis/go-redis/v9 v9.12 .1 h1:k5iquqv27aBtnTm2tIkROUDp8JBXhXZIVu1InSgvovg =
721+ github.com/redis/go-redis/v9 v9.12 .1 /go.mod h1:huWgSWd8mW6+m0VPhJjSSQ+d6Nh1VICQ6Q5lHuCH/Iw =
722722github.com/rivo/uniseg v0.1.0 /go.mod h1:J6wj4VEh+S6ZtnVlnTBMWIodfgj8LQOQFoIToxlJtxc =
723723github.com/rivo/uniseg v0.2.0 /go.mod h1:J6wj4VEh+S6ZtnVlnTBMWIodfgj8LQOQFoIToxlJtxc =
724724github.com/rivo/uniseg v0.4.7 h1:WUdvkW8uEhrYfLC4ZzdpI2ztxP1I582+49Oc5Mq64VQ =
Original file line number Diff line number Diff line change 1- FROM docker.io/library/redis:7.4.2 @sha256:ca65ea36ae16e709b0f1c7534bc7e5b5ac2e5bb3c97236e4fec00e3625eb678d AS redis
1+ FROM docker.io/library/redis:8.2.1 @sha256:cc2dfb8f5151da2684b4a09bd04b567f92d07591d91980eb3eca21df07e12760 AS redis
22
33# There are libraries we will want to copy from here in the final stage of the
44# build, but the COPY directive does not have a way to determine system
You can’t perform that action at this time.
0 commit comments