Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ require (
github.com/hashicorp/go-multierror v1.1.1
github.com/redis/go-redis/v9 v9.17.3
github.com/redis/rueidis v1.0.71
github.com/redis/rueidis/rueidiscompat v1.0.70
github.com/redis/rueidis/rueidiscompat v1.0.71
github.com/stvp/tempredis v0.0.0-20181119212430-b82af8480203
golang.org/x/sync v0.19.0
)
Expand Down
8 changes: 4 additions & 4 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -59,10 +59,10 @@ github.com/redis/go-redis/v9 v9.17.3 h1:fN29NdNrE17KttK5Ndf20buqfDZwGNgoUr9qjl1D
github.com/redis/go-redis/v9 v9.17.3/go.mod h1:u410H11HMLoB+TP67dz8rL9s6QW2j76l0//kSOd3370=
github.com/redis/rueidis v1.0.71 h1:pODtnAR5GAB7j4ekhldZ29HKOxe4Hph0GTDGk1ayEQY=
github.com/redis/rueidis v1.0.71/go.mod h1:lfdcZzJ1oKGKL37vh9fO3ymwt+0TdjkkUCJxbgpmcgQ=
github.com/redis/rueidis/mock v1.0.70 h1:D1Avhnl0pxrO2fLkGtDbjmD8brC4SuFkfvYsLGxlbE4=
github.com/redis/rueidis/mock v1.0.70/go.mod h1:TaC7wol7wrpvgeXM0T6rvSMkOzhCIFa0cdulH+rYclc=
github.com/redis/rueidis/rueidiscompat v1.0.70 h1:+HRmNT83pXJvHQ3W6Ke7K6GcMEPYEiA9I0T0K7bMQfE=
github.com/redis/rueidis/rueidiscompat v1.0.70/go.mod h1:YDbx4GS/jFV01WDpHjrQzwy1lzfX6SZNuzFeg6Tskdw=
github.com/redis/rueidis/mock v1.0.71 h1:6hZG6GWfQatOwhmATpaIuH+bGvrU/cAFwOf3ntGognQ=
github.com/redis/rueidis/mock v1.0.71/go.mod h1:B38Te25JMMav86Uw6CDUX4rE6GyOIH/XcHPqzYHrkbY=
github.com/redis/rueidis/rueidiscompat v1.0.71 h1:wNZ//kEjMZgBM0KCk7ncOX8KmAgROU2kDdDNpwheG4w=
github.com/redis/rueidis/rueidiscompat v1.0.71/go.mod h1:esmCLJvaRzZoKlgB82G1bY7Iky5TnO9Rz+NlhbEccFI=
github.com/stretchr/testify v1.8.4 h1:CcVxjf3Q8PM0mHUKJCdn+eZZtm5yQwehR5yeSVQQcUk=
github.com/stretchr/testify v1.8.4/go.mod h1:sz/lmYIOXD/1dqDmKjjqLyZ2RngseejIcXlSw2iwfAo=
go.uber.org/mock v0.6.0 h1:hyF9dfmbgIX5EfOdasqLsWD6xqpNZlXblLB/Dbnwv3Y=
Expand Down