build(deps):更新Redis驱动版本。

This commit is contained in:
徐涛
2022-08-11 16:42:31 +08:00
parent 25a70aff86
commit 51386ccba1
3 changed files with 15 additions and 10 deletions

4
go.mod
View File

@@ -4,7 +4,7 @@ go 1.19
require (
github.com/gin-gonic/gin v1.8.1
github.com/go-redis/redis v6.15.9+incompatible
github.com/go-redis/redis/v8 v8.11.5
github.com/jackc/pgx/v5 v5.0.0-beta.1
github.com/shopspring/decimal v1.3.1
github.com/spf13/viper v1.12.0
@@ -12,6 +12,8 @@ require (
)
require (
github.com/cespare/xxhash/v2 v2.1.2 // indirect
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect
github.com/fsnotify/fsnotify v1.5.4 // indirect
github.com/gin-contrib/sse v0.1.0 // indirect
github.com/go-playground/locales v0.14.0 // indirect