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

feat: remove redis relation

This commit is contained in:
houseme
2023-09-26 13:12:09 +08:00
parent e7ff8d90ed
commit b08cf8738e
5 changed files with 1 additions and 247 deletions

2
go.mod
View File

@@ -3,10 +3,8 @@ module github.com/silenceper/wechat/v2
go 1.16
require (
github.com/alicebob/miniredis/v2 v2.30.0
github.com/bradfitz/gomemcache v0.0.0-20220106215444-fb4bf637b56d
github.com/fatih/structs v1.1.0
github.com/go-redis/redis/v8 v8.11.5
github.com/sirupsen/logrus v1.9.0
github.com/spf13/cast v1.4.1
github.com/stretchr/testify v1.7.1