Skip to content

Commit b155a52

Browse files
dependabot[bot]starbops
authored andcommitted
deps(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] <support@github.com>
1 parent 47d7882 commit b155a52

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

go.mod

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ require (
1717
github.com/stretchr/testify v1.10.0
1818
github.com/swaggo/files v1.0.1
1919
github.com/swaggo/gin-swagger v1.6.0
20-
github.com/swaggo/swag v1.16.4
20+
github.com/swaggo/swag v1.16.6
2121
golang.org/x/crypto v0.40.0
2222
)
2323

@@ -81,6 +81,7 @@ require (
8181
go.opentelemetry.io/otel/trace v1.37.0 // indirect
8282
go.uber.org/atomic v1.11.0 // indirect
8383
golang.org/x/arch v0.18.0 // indirect
84+
golang.org/x/mod v0.25.0 // indirect
8485
golang.org/x/net v0.41.0 // indirect
8586
golang.org/x/sync v0.16.0 // indirect
8687
golang.org/x/sys v0.34.0 // indirect

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -177,8 +177,8 @@ github.com/swaggo/files v1.0.1 h1:J1bVJ4XHZNq0I46UU90611i9/YzdrF7x92oX1ig5IdE=
177177
github.com/swaggo/files v1.0.1/go.mod h1:0qXmMNH6sXNf+73t65aKeB+ApmgxdnkQzVTAj2uaMUg=
178178
github.com/swaggo/gin-swagger v1.6.0 h1:y8sxvQ3E20/RCyrXeFfg60r6H0Z+SwpTjMYsMm+zy8M=
179179
github.com/swaggo/gin-swagger v1.6.0/go.mod h1:BG00cCEy294xtVpyIAHG6+e2Qzj/xKlRdOqDkvq0uzo=
180-
github.com/swaggo/swag v1.16.4 h1:clWJtd9LStiG3VeijiCfOVODP6VpHtKdQy9ELFG3s1A=
181-
github.com/swaggo/swag v1.16.4/go.mod h1:VBsHJRsDvfYvqoiMKnsdwhNV9LEMHgEDZcyVYX0sxPg=
180+
github.com/swaggo/swag v1.16.6 h1:qBNcx53ZaX+M5dxVyTrgQ0PJ/ACK+NzhwcbieTt+9yI=
181+
github.com/swaggo/swag v1.16.6/go.mod h1:ngP2etMK5a0P3QBizic5MEwpRmluJZPHjXcMoj4Xesg=
182182
github.com/twitchyliquid64/golang-asm v0.15.1 h1:SU5vSMR7hnwNxj24w34ZyCi/FmDZTkS4MhqMhdFk5YI=
183183
github.com/twitchyliquid64/golang-asm v0.15.1/go.mod h1:a1lVb/DtPvCB8fslRZhAngC2+aY1QWCk3Cedj/Gdt08=
184184
github.com/ugorji/go/codec v1.3.0 h1:Qd2W2sQawAfG8XSvzwhBeoGq71zXOC/Q1E9y/wUcsUA=

0 commit comments

Comments
 (0)