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 @@ -15,7 +15,7 @@ require (
1515 github.com/rs/cors v1.11.1
1616 github.com/spf13/viper v1.20.1
1717 github.com/stretchr/testify v1.10.0
18- github.com/swaggo/swag v1.16.4
18+ github.com/swaggo/swag v1.16.6
1919 go.uber.org/zap v1.27.0
2020 gopkg.in/DATA-DOG/go-sqlmock.v1 v1.3.0
2121 gorm.io/driver/postgres v1.5.11
@@ -74,6 +74,7 @@ require (
7474 go.uber.org/multierr v1.10.0 // indirect
7575 golang.org/x/arch v0.8.0 // indirect
7676 golang.org/x/crypto v0.35.0 // indirect
77+ golang.org/x/mod v0.17.0 // indirect
7778 golang.org/x/net v0.36.0 // indirect
7879 golang.org/x/sync v0.11.0 // indirect
7980 golang.org/x/sys v0.30.0 // indirect
Original file line number Diff line number Diff line change @@ -157,8 +157,8 @@ github.com/stretchr/testify v1.10.0 h1:Xv5erBjTwe/5IxqUQTdXv5kgmIvbHo3QQyRwhJsOf
157157github.com/stretchr/testify v1.10.0 /go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8C91i36aY =
158158github.com/subosito/gotenv v1.6.0 h1:9NlTDc1FTs4qu0DDq7AEtTPNw6SVm7uBMsUCUjABIf8 =
159159github.com/subosito/gotenv v1.6.0 /go.mod h1:Dk4QP5c2W3ibzajGcXpNraDfq2IrhjMIvMSWPKKo0FU =
160- github.com/swaggo/swag v1.16.4 h1:clWJtd9LStiG3VeijiCfOVODP6VpHtKdQy9ELFG3s1A =
161- github.com/swaggo/swag v1.16.4 /go.mod h1:VBsHJRsDvfYvqoiMKnsdwhNV9LEMHgEDZcyVYX0sxPg =
160+ github.com/swaggo/swag v1.16.6 h1:qBNcx53ZaX+M5dxVyTrgQ0PJ/ACK+NzhwcbieTt+9yI =
161+ github.com/swaggo/swag v1.16.6 /go.mod h1:ngP2etMK5a0P3QBizic5MEwpRmluJZPHjXcMoj4Xesg =
162162github.com/twitchyliquid64/golang-asm v0.15.1 h1:SU5vSMR7hnwNxj24w34ZyCi/FmDZTkS4MhqMhdFk5YI =
163163github.com/twitchyliquid64/golang-asm v0.15.1 /go.mod h1:a1lVb/DtPvCB8fslRZhAngC2+aY1QWCk3Cedj/Gdt08 =
164164github.com/ugorji/go/codec v1.2.12 h1:9LC83zGrHhuUA9l16C9AHXAqEV/2wBQ4nkvumAE65EE =
You can’t perform that action at this time.
0 commit comments