切换util工具函数
This commit is contained in:
3
go.mod
3
go.mod
@ -4,7 +4,7 @@ go 1.20
|
||||
|
||||
require (
|
||||
git.zhangdeman.cn/zhangdeman/exception v0.0.0-20230609101214-16920b714d94
|
||||
git.zhangdeman.cn/zhangdeman/util v0.0.0-20230810035709-c318ed9f367d
|
||||
git.zhangdeman.cn/zhangdeman/util v0.0.0-20230810063945-842592611562
|
||||
github.com/gin-gonic/gin v1.9.1
|
||||
github.com/go-playground/validator/v10 v10.15.0
|
||||
github.com/pkg/errors v0.9.1
|
||||
@ -13,6 +13,7 @@ require (
|
||||
)
|
||||
|
||||
require (
|
||||
git.zhangdeman.cn/zhangdeman/network v0.0.0-20230810064349-0948cd51c01d // indirect
|
||||
git.zhangdeman.cn/zhangdeman/wrapper v0.0.0-20230810031624-94c86f913f9c // indirect
|
||||
github.com/BurntSushi/toml v1.3.2 // indirect
|
||||
github.com/Jeffail/gabs v1.4.0 // indirect
|
||||
|
Reference in New Issue
Block a user