File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ require (
4141 github.com/redis/go-redis/v9 v9.11.0
4242 github.com/rs/zerolog v1.34.0
4343 github.com/stretchr/testify v1.10.0
44- github.com/swaggo/swag v1.16.4
44+ github.com/swaggo/swag v1.16.6
4545 github.com/thedevsaddam/govalidator v1.9.10
4646 github.com/uptrace/uptrace-go v1.35.1
4747 github.com/xuri/excelize/v2 v2.9.1
@@ -168,6 +168,7 @@ require (
168168 go.uber.org/zap v1.27.0 // indirect
169169 golang.org/x/crypto v0.40.0 // indirect
170170 golang.org/x/exp v0.0.0-20250620022241-b7579e27df2b // indirect
171+ golang.org/x/mod v0.25.0 // indirect
171172 golang.org/x/net v0.42.0 // indirect
172173 golang.org/x/oauth2 v0.30.0 // indirect
173174 golang.org/x/sync v0.16.0 // indirect
Original file line number Diff line number Diff line change @@ -304,8 +304,8 @@ github.com/stretchr/testify v1.10.0 h1:Xv5erBjTwe/5IxqUQTdXv5kgmIvbHo3QQyRwhJsOf
304304github.com/stretchr/testify v1.10.0 /go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8C91i36aY =
305305github.com/swaggo/files/v2 v2.0.2 h1:Bq4tgS/yxLB/3nwOMcul5oLEUKa877Ykgz3CJMVbQKU =
306306github.com/swaggo/files/v2 v2.0.2 /go.mod h1:TVqetIzZsO9OhHX1Am9sRf9LdrFZqoK49N37KON/jr0 =
307- github.com/swaggo/swag v1.16.4 h1:clWJtd9LStiG3VeijiCfOVODP6VpHtKdQy9ELFG3s1A =
308- github.com/swaggo/swag v1.16.4 /go.mod h1:VBsHJRsDvfYvqoiMKnsdwhNV9LEMHgEDZcyVYX0sxPg =
307+ github.com/swaggo/swag v1.16.6 h1:qBNcx53ZaX+M5dxVyTrgQ0PJ/ACK+NzhwcbieTt+9yI =
308+ github.com/swaggo/swag v1.16.6 /go.mod h1:ngP2etMK5a0P3QBizic5MEwpRmluJZPHjXcMoj4Xesg =
309309github.com/thedevsaddam/govalidator v1.9.10 h1:m3dLRbSZ5Hts3VUWYe+vxLMG+FdyQuWOjzTeQRiMCvU =
310310github.com/thedevsaddam/govalidator v1.9.10 /go.mod h1:Ilx8u7cg5g3LXbSS943cx5kczyNuUn7LH/cK5MYuE90 =
311311github.com/tidwall/pretty v1.0.0 /go.mod h1:XNkn88O1ChpSDQmQeStsy+sBenx6DDtFZJxhVysOjyk =
You can’t perform that action at this time.
0 commit comments