更新日志

This commit is contained in:
2023-02-12 16:07:19 +08:00
parent 6ac24e2236
commit e543df3e30
3 changed files with 4 additions and 2 deletions

2
go.mod
View File

@ -3,7 +3,7 @@ module git.zhangdeman.cn/zhangdeman/mysql
go 1.17
require (
git.zhangdeman.cn/zhangdeman/logger v0.0.0-20220626102711-013e3feb3c5b
git.zhangdeman.cn/zhangdeman/logger v0.0.0-20230212080614-18dcfd6a90b4
git.zhangdeman.cn/zhangdeman/util v0.0.0-20230207092929-c886ff6b20c5
github.com/gin-gonic/gin v1.8.2
github.com/pkg/errors v0.9.1