This commit is contained in:
2023-02-12 16:08:54 +08:00
parent e543df3e30
commit 9f569069d5
2 changed files with 3 additions and 1 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-20230212080614-18dcfd6a90b4
git.zhangdeman.cn/zhangdeman/logger v0.0.0-20230212080829-b9bb99b256ae
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