Skip to content

Commit 00438bb

Browse files
[Go Modules](deps): Bump github.com/swaggo/swag from 1.16.4 to 1.16.6
Bumps [github.com/swaggo/swag](https://github.com/swaggo/swag) from 1.16.4 to 1.16.6. - [Release notes](https://github.com/swaggo/swag/releases) - [Changelog](https://github.com/swaggo/swag/blob/master/.goreleaser.yml) - [Commits](swaggo/swag@v1.16.4...v1.16.6) --- updated-dependencies: - dependency-name: github.com/swaggo/swag dependency-version: 1.16.6 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent ed23da4 commit 00438bb

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

go.mod

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -157,8 +157,8 @@ github.com/stretchr/testify v1.10.0 h1:Xv5erBjTwe/5IxqUQTdXv5kgmIvbHo3QQyRwhJsOf
157157
github.com/stretchr/testify v1.10.0/go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8C91i36aY=
158158
github.com/subosito/gotenv v1.6.0 h1:9NlTDc1FTs4qu0DDq7AEtTPNw6SVm7uBMsUCUjABIf8=
159159
github.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=
162162
github.com/twitchyliquid64/golang-asm v0.15.1 h1:SU5vSMR7hnwNxj24w34ZyCi/FmDZTkS4MhqMhdFk5YI=
163163
github.com/twitchyliquid64/golang-asm v0.15.1/go.mod h1:a1lVb/DtPvCB8fslRZhAngC2+aY1QWCk3Cedj/Gdt08=
164164
github.com/ugorji/go/codec v1.2.12 h1:9LC83zGrHhuUA9l16C9AHXAqEV/2wBQ4nkvumAE65EE=

0 commit comments

Comments
 (0)