1
0
mirror of https://github.com/redis/go-redis.git synced 2025-07-28 06:42:00 +03:00

chore: update dependencies

This commit is contained in:
Vladimir Mihailenco
2021-09-23 16:31:21 +03:00
parent 8648971b29
commit 3f99e7b13b
16 changed files with 72 additions and 62 deletions

View File

@ -5,5 +5,6 @@ go 1.14
replace github.com/go-redis/redis/v8 => ../..
require (
github.com/davecgh/go-spew v1.1.1
github.com/go-redis/redis/v8 v8.11.3
)