From 2e4d1528bf86ba91b691f9be0a9b666a4cede24e Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 19 Jul 2021 04:38:52 +0000 Subject: [PATCH] build(deps): bump github.com/go-redis/redis/v7 from 7.2.0 to 7.4.1 Bumps [github.com/go-redis/redis/v7](https://github.com/go-redis/redis) from 7.2.0 to 7.4.1. - [Release notes](https://github.com/go-redis/redis/releases) - [Changelog](https://github.com/go-redis/redis/blob/master/CHANGELOG.md) - [Commits](https://github.com/go-redis/redis/compare/v7.2.0...v7.4.1) Signed-off-by: dependabot-preview[bot] --- go.mod | 2 +- go.sum | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 13b998e..e2d768b 100644 --- a/go.mod +++ b/go.mod @@ -5,7 +5,7 @@ go 1.14 require ( github.com/dgrijalva/jwt-go v3.2.0+incompatible github.com/go-pg/pg/v9 v9.1.4 - github.com/go-redis/redis/v7 v7.2.0 + github.com/go-redis/redis/v7 v7.4.1 github.com/gofiber/cors v0.0.1 github.com/gofiber/fiber v1.8.41 github.com/golang/protobuf v1.3.5 diff --git a/go.sum b/go.sum index 380818e..6e4932b 100644 --- a/go.sum +++ b/go.sum @@ -40,6 +40,7 @@ github.com/go-pg/zerochecker v0.1.1 h1:av77Qe7Gs+1oYGGh51k0sbZ0bUaxJEdeP0r8YE64D github.com/go-pg/zerochecker v0.1.1/go.mod h1:NJZ4wKL0NmTtz0GKCoJ8kym6Xn/EQzXRl2OnAe7MmDo= github.com/go-redis/redis/v7 v7.2.0 h1:CrCexy/jYWZjW0AyVoHlcJUeZN19VWlbepTh1Vq6dJs= github.com/go-redis/redis/v7 v7.2.0/go.mod h1:JDNMw23GTyLNC4GZu9njt15ctBQVn7xjRfnwdHj/Dcg= +github.com/go-redis/redis/v7 v7.4.1/go.mod h1:JDNMw23GTyLNC4GZu9njt15ctBQVn7xjRfnwdHj/Dcg= github.com/gofiber/cors v0.0.1 h1://BnEJ01S8uQOzeFB9N4UNo3YMSKcuZ9p1mog6tLuvo= github.com/gofiber/cors v0.0.1/go.mod h1:qQ5SEyyeO2K9e4c0eZf5GOYzKruIjVb0SSYMuNS4PRQ= github.com/gofiber/fiber v1.8.3/go.mod h1:5NagvZ+MZRT7nGdQTLPEJQWyaPfctF6S/eBapXM2EpM=