更新日志依赖

This commit is contained in:
2022-06-25 18:46:28 +08:00
parent a5bde3ca5b
commit d5a6be378b
3 changed files with 6 additions and 3 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-20220612104513-3f63f6c673f5
git.zhangdeman.cn/zhangdeman/logger v0.0.0-20220625104127-fff01c440556
git.zhangdeman.cn/zhangdeman/util v0.0.0-20220609072516-022a755fdf2f
github.com/gin-gonic/gin v1.7.7
github.com/pkg/errors v0.9.1