Skip to content

Commit 97d4160

Browse files
chore(deps): bump github.com/swaggo/swag from 1.16.4 to 1.16.5
Bumps [github.com/swaggo/swag](https://github.com/swaggo/swag) from 1.16.4 to 1.16.5. - [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.5) --- updated-dependencies: - dependency-name: github.com/swaggo/swag dependency-version: 1.16.5 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent a3fa07b commit 97d4160

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
@@ -74,7 +74,7 @@ require (
7474
github.com/stretchr/testify v1.10.0
7575
github.com/swaggo/files v1.0.1
7676
github.com/swaggo/gin-swagger v1.6.0
77-
github.com/swaggo/swag v1.16.4
77+
github.com/swaggo/swag v1.16.5
7878
github.com/yl2chen/cidranger v1.0.2
7979
github.com/zeebo/blake3 v0.2.4
8080
go.opentelemetry.io/contrib/instrumentation/github.com/gin-gonic/gin/otelgin v0.61.0
@@ -267,6 +267,7 @@ require (
267267
go.uber.org/automaxprocs v1.6.0 // indirect
268268
go.uber.org/multierr v1.11.0 // indirect
269269
golang.org/x/arch v0.17.0 // indirect
270+
golang.org/x/mod v0.25.0 // indirect
270271
golang.org/x/net v0.41.0 // indirect
271272
golang.org/x/term v0.33.0 // indirect
272273
golang.org/x/text v0.27.0 // indirect

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1443,8 +1443,8 @@ github.com/swaggo/files v1.0.1 h1:J1bVJ4XHZNq0I46UU90611i9/YzdrF7x92oX1ig5IdE=
14431443
github.com/swaggo/files v1.0.1/go.mod h1:0qXmMNH6sXNf+73t65aKeB+ApmgxdnkQzVTAj2uaMUg=
14441444
github.com/swaggo/gin-swagger v1.6.0 h1:y8sxvQ3E20/RCyrXeFfg60r6H0Z+SwpTjMYsMm+zy8M=
14451445
github.com/swaggo/gin-swagger v1.6.0/go.mod h1:BG00cCEy294xtVpyIAHG6+e2Qzj/xKlRdOqDkvq0uzo=
1446-
github.com/swaggo/swag v1.16.4 h1:clWJtd9LStiG3VeijiCfOVODP6VpHtKdQy9ELFG3s1A=
1447-
github.com/swaggo/swag v1.16.4/go.mod h1:VBsHJRsDvfYvqoiMKnsdwhNV9LEMHgEDZcyVYX0sxPg=
1446+
github.com/swaggo/swag v1.16.5 h1:nMf2fEV1TetMTJb4XzD0Lz7jFfKJmJKGTygEey8NSxM=
1447+
github.com/swaggo/swag v1.16.5/go.mod h1:ngP2etMK5a0P3QBizic5MEwpRmluJZPHjXcMoj4Xesg=
14481448
github.com/syndtr/gocapability v0.0.0-20170704070218-db04d3cc01c8/go.mod h1:hkRG7XYTFWNJGYcbNJQlaLq0fg1yr4J4t/NcTQtrfww=
14491449
github.com/syndtr/gocapability v0.0.0-20180916011248-d98352740cb2/go.mod h1:hkRG7XYTFWNJGYcbNJQlaLq0fg1yr4J4t/NcTQtrfww=
14501450
github.com/syndtr/gocapability v0.0.0-20200815063812-42c35b437635/go.mod h1:hkRG7XYTFWNJGYcbNJQlaLq0fg1yr4J4t/NcTQtrfww=

0 commit comments

Comments
 (0)