Skip to content

Commit c00ffdd

Browse files
dependabot[bot]sanojsubran
andauthoredMar 21, 2025··
chore(deps): bump github.com/redis/go-redis/v9 from 9.7.1 to 9.7.3 in /example/instaredis-v2-example (#1067)
* chore(deps): bump github.com/redis/go-redis/v9 Bumps [github.com/redis/go-redis/v9](https://github.com/redis/go-redis) from 9.7.1 to 9.7.3. - [Release notes](https://github.com/redis/go-redis/releases) - [Changelog](https://github.com/redis/go-redis/blob/master/CHANGELOG.md) - [Commits](redis/go-redis@v9.7.1...v9.7.3) --- updated-dependencies: - dependency-name: github.com/redis/go-redis/v9 dependency-type: direct:production ... * chore: updated the dependency --------- Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: sanojsubran <sanoj.subran@ibm.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: sanojsubran <sanoj.subran@ibm.com>

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed
 

‎example/instaredis-v2-example/go.mod

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ go 1.23
55
require (
66
github.com/bonede/go-redis-driver v0.1.0
77
github.com/instana/go-sensor v1.67.1
8-
github.com/instana/go-sensor/instrumentation/instaredis/v2 v2.15.0
9-
github.com/redis/go-redis/v9 v9.7.1
8+
github.com/instana/go-sensor/instrumentation/instaredis/v2 v2.20.1
9+
github.com/redis/go-redis/v9 v9.7.3
1010
)
1111

1212
require (

‎example/instaredis-v2-example/go.sum

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ github.com/opentracing/opentracing-go v1.2.0 h1:uEJPy/1a5RIPAJ0Ov+OIO8OxWu77jEv+
1919
github.com/opentracing/opentracing-go v1.2.0/go.mod h1:GxEUsuufX4nBwe+T+Wl9TAgYrxe9dPLANfrWvHYVTgc=
2020
github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM=
2121
github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4=
22-
github.com/redis/go-redis/v9 v9.7.1 h1:4LhKRCIduqXqtvCUlaq9c8bdHOkICjDMrr1+Zb3osAc=
23-
github.com/redis/go-redis/v9 v9.7.1/go.mod h1:f6zhXITC7JUJIlPEiBOTXxJgPLdZcA93GewI7inzyWw=
22+
github.com/redis/go-redis/v9 v9.7.3 h1:YpPyAayJV+XErNsatSElgRZZVCwXX9QzkKYNvO7x0wM=
23+
github.com/redis/go-redis/v9 v9.7.3/go.mod h1:bGUrSggJ9X9GUmZpZNEOQKaANxSGgOEBRltRTZHSvrA=
2424
github.com/stretchr/objx v0.1.0/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME=
2525
github.com/stretchr/testify v1.3.0/go.mod h1:M5WIy9Dh21IEIfnGCwXGc5bZfKNJtfHm1UVUgZn+9EI=
2626
github.com/stretchr/testify v1.8.4 h1:CcVxjf3Q8PM0mHUKJCdn+eZZtm5yQwehR5yeSVQQcUk=

0 commit comments

Comments
 (0)
Please sign in to comment.