1
0
mirror of https://github.com/silenceper/wechat.git synced 2026-02-04 12:52:27 +08:00

fix: incorrect redigo version (#404)

This commit is contained in:
MengYX
2021-06-07 10:04:45 +08:00
committed by GitHub
parent 7a513080a8
commit 828ba7875b
2 changed files with 6 additions and 7 deletions

2
go.mod
View File

@@ -5,7 +5,7 @@ go 1.14
require (
github.com/bradfitz/gomemcache v0.0.0-20190913173617-a41fca850d0b
github.com/fatih/structs v1.1.0
github.com/gomodule/redigo v2.0.0+incompatible
github.com/gomodule/redigo v1.8.4
github.com/kr/text v0.2.0 // indirect
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect
github.com/sirupsen/logrus v1.8.1