File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ require (
1818 github.com/prometheus/client_golang v1.23.2
1919 github.com/quasilyte/go-ruleguard/dsl v0.3.23
2020 github.com/redis/go-redis/extra/redisotel/v9 v9.20.0
21- github.com/redis/go-redis/v9 v9.20.0
21+ github.com/redis/go-redis/v9 v9.20.1
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.20.1 // 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 =
107+ github.com/redis/go-redis/extra/rediscmd/v9 v9.20.1 h1:NK7vIlrbkz4xM01gzUe+SruDvAb6Brx/PdirNJPjIg4 =
108+ github.com/redis/go-redis/extra/rediscmd/v9 v9.20.1 /go.mod h1:A3RExCp0qVQt36mdE4nqkFf6YmrO6Mt2BgJeIOVOGVc =
109109github.com/redis/go-redis/extra/redisotel/v9 v9.20.0 h1:+Bf7EiyYpSyYf5/JBnsHPDR+tBQ4CgRlBt4WV+QPS0k =
110110github.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 =
111+ github.com/redis/go-redis/v9 v9.20.1 h1:sfCU6A8P3dXbKyWes02uxA2baehGux9dZHfEKtsTB1w =
112+ github.com/redis/go-redis/v9 v9.20.1 /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