1
0

Update xorm redis cacher to use the xorm logger instead of a special seperate one

This commit is contained in:
kolaente
2020-04-13 23:18:33 +02:00
parent 368cbdf979
commit 81990f3f80
8 changed files with 199 additions and 79 deletions

10
vendor/gitea.com/xorm/xorm-redis-cache/go.mod generated vendored Normal file
View File

@ -0,0 +1,10 @@
module gitea.com/xorm/xorm-redis-cache
go 1.13
require (
gitea.com/xorm/tests v0.7.0
github.com/garyburd/redigo v1.6.0
github.com/go-sql-driver/mysql v1.4.1
xorm.io/xorm v1.0.1
)