升级api-doc版本

This commit is contained in:
2025-02-16 17:28:22 +08:00
parent 4ddf55d371
commit 3774bda0ff
3 changed files with 10 additions and 8 deletions

10
go.mod
View File

@ -5,15 +5,15 @@ go 1.22.2
toolchain go1.23.6
require (
git.zhangdeman.cn/gateway/api-doc v0.0.0-20250215124612-0047befc07ba
git.zhangdeman.cn/zhangdeman/consts v0.0.0-20250208020330-a50062af46a1
git.zhangdeman.cn/gateway/api-doc v0.0.0-20250216092250-04febf36a1dd
git.zhangdeman.cn/zhangdeman/consts v0.0.0-20250215141718-8232f587a6ea
git.zhangdeman.cn/zhangdeman/exception v0.0.0-20250207091724-ca151fbc1f06
git.zhangdeman.cn/zhangdeman/logger v0.0.0-20241125083316-eab7bab9d7ad
git.zhangdeman.cn/zhangdeman/network v0.0.0-20230925112156-f0eb86dd2442
git.zhangdeman.cn/zhangdeman/serialize v0.0.0-20241223084948-de2e49144fcd
git.zhangdeman.cn/zhangdeman/wrapper v0.0.0-20250124091620-c757e551a8c9
github.com/gin-gonic/gin v1.10.0
github.com/go-playground/validator/v10 v10.24.0
github.com/go-playground/validator/v10 v10.25.0
github.com/go-webtools/knife4go v1.0.4
github.com/mcuadros/go-defaults v1.2.0
github.com/sbabiv/xml2map v1.2.1
@ -79,7 +79,3 @@ require (
gopkg.in/olahol/melody.v1 v1.0.0-20170518105555-d52139073376 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)
replace (
git.zhangdeman.cn/gateway/api-doc => ../api-doc
)