diff --git a/go.mod b/go.mod index f8716bb..5e280bf 100644 --- a/go.mod +++ b/go.mod @@ -4,7 +4,7 @@ go 1.14 require ( github.com/gin-gonic/gin v1.8.1 - github.com/go-redis/redis/v7 v7.4.1 + github.com/go-redis/redis/v9 v9.1.0 github.com/satori/go.uuid v1.2.0 github.com/sirupsen/logrus v1.8.1 )