Skip to content

Commit 453736f

Browse files
authored
Merge pull request #30 from go-kod/dependabot/go_modules/examples/github.com/redis/go-redis/v9-9.5.1
chore(deps): bump github.com/redis/go-redis/v9 from 9.5.0 to 9.5.1 in /examples
2 parents f7dc365 + a00e677 commit 453736f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

examples/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ require (
1010
github.com/go-kod/kod v0.0.0-00010101000000-000000000000
1111
github.com/go-kod/kod/ext v0.0.0-00010101000000-000000000000
1212
github.com/google/uuid v1.6.0
13-
github.com/redis/go-redis/v9 v9.5.0
13+
github.com/redis/go-redis/v9 v9.5.1
1414
github.com/stretchr/testify v1.8.4
1515
go.uber.org/mock v0.4.0
1616
)

examples/go.sum

+2-2
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,8 @@ github.com/redis/go-redis/extra/rediscmd/v9 v9.0.5/go.mod h1:fyalQWdtzDBECAQFBJu
6161
github.com/redis/go-redis/extra/redisotel/v9 v9.0.5 h1:EfpWLLCyXw8PSM2/XNJLjI3Pb27yVE+gIAfeqp8LUCc=
6262
github.com/redis/go-redis/extra/redisotel/v9 v9.0.5/go.mod h1:WZjPDy7VNzn77AAfnAfVjZNvfJTYfPetfZk5yoSTLaQ=
6363
github.com/redis/go-redis/v9 v9.0.5/go.mod h1:WqMKv5vnQbRuZstUwxQI195wHy+t4PuXDOjzMvcuQHk=
64-
github.com/redis/go-redis/v9 v9.5.0 h1:Xe9TKMmZv939gwTBcvc0n1tzK5l2re0pKw/W/tN3amw=
65-
github.com/redis/go-redis/v9 v9.5.0/go.mod h1:hdY0cQFCN4fnSYT6TkisLufl/4W5UIXyv0b/CLO2V2M=
64+
github.com/redis/go-redis/v9 v9.5.1 h1:H1X4D3yHPaYrkL5X06Wh6xNVM/pX0Ft4RV0vMGvLBh8=
65+
github.com/redis/go-redis/v9 v9.5.1/go.mod h1:hdY0cQFCN4fnSYT6TkisLufl/4W5UIXyv0b/CLO2V2M=
6666
github.com/rogpeppe/go-internal v1.11.0 h1:cWPaGQEPrBb5/AsnsZesgZZ9yb1OQ+GOISoDNXVBh4M=
6767
github.com/rogpeppe/go-internal v1.11.0/go.mod h1:ddIwULY96R17DhadqLgMfk9H9tvdUzkipdSkR5nkCZA=
6868
github.com/sagikazarmark/locafero v0.4.0 h1:HApY1R9zGo4DBgr7dqsTH/JJxLTTsOt7u6keLGt6kNQ=

0 commit comments

Comments
 (0)