File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -17,8 +17,8 @@ require (
1717 github.com/pashagolub/pgxmock/v4 v4.9.0
1818 github.com/prometheus/client_golang v1.23.2
1919 github.com/quasilyte/go-ruleguard/dsl v0.3.23
20- github.com/redis/go-redis/extra/redisotel/v9 v9.20 .0
21- github.com/redis/go-redis/v9 v9.20 .0
20+ github.com/redis/go-redis/extra/redisotel/v9 v9.21 .0
21+ github.com/redis/go-redis/v9 v9.21 .0
2222 go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.69.0
2323 go.opentelemetry.io/otel v1.44.0
2424 go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.44.0
@@ -36,7 +36,7 @@ require (
3636 github.com/jackc/pgpassfile v1.0.0 // indirect
3737 github.com/jackc/pgservicefile v0.0.0-20240606120523-5a60cdf6a761 // indirect
3838 github.com/jackc/puddle/v2 v2.2.2 // indirect
39- github.com/redis/go-redis/extra/rediscmd/v9 v9.20 .0 // indirect
39+ github.com/redis/go-redis/extra/rediscmd/v9 v9.21 .0 // indirect
4040 go.opentelemetry.io/auto/sdk v1.2.1 // indirect
4141 go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.44.0 // indirect
4242 go.opentelemetry.io/otel/metric v1.44.0 // indirect
Original file line number Diff line number Diff line change @@ -104,12 +104,12 @@ github.com/prometheus/procfs v0.16.1 h1:hZ15bTNuirocR6u0JZ6BAHHmwS1p8B4P6MRqxtzM
104104github.com/prometheus/procfs v0.16.1 /go.mod h1:teAbpZRB1iIAJYREa1LsoWUXykVXA1KlTmWl8x/U+Is =
105105github.com/quasilyte/go-ruleguard/dsl v0.3.23 h1:lxjt5B6ZCiBeeNO8/oQsegE6fLeCzuMRoVWSkXC4uvY =
106106github.com/quasilyte/go-ruleguard/dsl v0.3.23 /go.mod h1:KeCP03KrjuSO0H1kTuZQCWlQPulDV6YMIXmpQss17rU =
107- github.com/redis/go-redis/extra/rediscmd/v9 v9.20 .0 h1:hx/fwTZnY+7hJ3P+zcdFthE6tw/uAEN9TNIZ1CQ7z8Y =
108- github.com/redis/go-redis/extra/rediscmd/v9 v9.20 .0 /go.mod h1:IL+oJIDTKpwgW/ld8CA7ldqO2ACgmbOd2WK9WgPqywY =
109- github.com/redis/go-redis/extra/redisotel/v9 v9.20 .0 h1:+Bf7EiyYpSyYf5/JBnsHPDR+tBQ4CgRlBt4WV+QPS0k =
110- github.com/redis/go-redis/extra/redisotel/v9 v9.20 .0 /go.mod h1:dRCuOymGRykV8SJVDjvOID00wi2gOthNGg3iLEyrq0A =
111- github.com/redis/go-redis/v9 v9.20 .0 h1:WnQYxLkgO2xiXTCJY0ldIiI8dNqCDlQAG+AtaH7a2a0 =
112- github.com/redis/go-redis/v9 v9.20 .0 /go.mod h1:v/M13XI1PVCDcm01VtPFOADfZtHf8YW3baQf57KlIkA =
107+ github.com/redis/go-redis/extra/rediscmd/v9 v9.21 .0 h1:jsV3tyMeJrEoc2f3EhNf7qoBW3NEZW7l/4ziT3M+OJI =
108+ github.com/redis/go-redis/extra/rediscmd/v9 v9.21 .0 /go.mod h1:e5t17bY9cEpVV+xw2U7jsPOKkXBtL5IQmNVABShnHUk =
109+ github.com/redis/go-redis/extra/redisotel/v9 v9.21 .0 h1:36qq3rbF2If2CP0zGHHF8o/4XDluErn6DD0c9/L2iNI =
110+ github.com/redis/go-redis/extra/redisotel/v9 v9.21 .0 /go.mod h1:7y2cVB/LXXLHqHOO2jCVzBqimIQk1w7Rp9WSpyVY/o8 =
111+ github.com/redis/go-redis/v9 v9.21 .0 h1:FPBE4hhbAke+TLmcY3WkpbDffJEomdqPn3HYiqAtL9E =
112+ github.com/redis/go-redis/v9 v9.21 .0 /go.mod h1:v/M13XI1PVCDcm01VtPFOADfZtHf8YW3baQf57KlIkA =
113113github.com/rogpeppe/go-internal v1.14.1 h1:UQB4HGPB6osV0SQTLymcB4TgvyWu6ZyliaW0tI/otEQ =
114114github.com/rogpeppe/go-internal v1.14.1 /go.mod h1:MaRKkUm5W0goXpeCfT7UZI6fk/L7L7so1lCWt35ZSgc =
115115github.com/stretchr/objx v0.1.0 /go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME =
You can’t perform that action at this time.
0 commit comments