Skip to content

Commit 1b8f759

Browse files
chore(deps)(deps): bump github.com/swaggo/swag from 1.16.4 to 1.16.5 (#30)
--- 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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent ed46e85 commit 1b8f759

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
@@ -14,7 +14,7 @@ require (
1414
github.com/prometheus/client_model v0.6.2
1515
github.com/stretchr/testify v1.10.0
1616
github.com/swaggo/http-swagger/v2 v2.0.2
17-
github.com/swaggo/swag v1.16.4
17+
github.com/swaggo/swag v1.16.5
1818
go.opentelemetry.io/otel v1.37.0
1919
go.opentelemetry.io/otel/exporters/jaeger v1.17.0
2020
go.opentelemetry.io/otel/sdk v1.37.0
@@ -53,6 +53,7 @@ require (
5353
go.opentelemetry.io/otel/metric v1.37.0 // indirect
5454
go.uber.org/multierr v1.10.0 // indirect
5555
golang.org/x/crypto v0.36.0 // indirect
56+
golang.org/x/mod v0.17.0 // indirect
5657
golang.org/x/net v0.38.0 // indirect
5758
golang.org/x/sys v0.33.0 // indirect
5859
golang.org/x/text v0.23.0 // indirect

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,8 +107,8 @@ github.com/swaggo/files/v2 v2.0.0 h1:hmAt8Dkynw7Ssz46F6pn8ok6YmGZqHSVLZ+HQM7i0kw
107107
github.com/swaggo/files/v2 v2.0.0/go.mod h1:24kk2Y9NYEJ5lHuCra6iVwkMjIekMCaFq/0JQj66kyM=
108108
github.com/swaggo/http-swagger/v2 v2.0.2 h1:FKCdLsl+sFCx60KFsyM0rDarwiUSZ8DqbfSyIKC9OBg=
109109
github.com/swaggo/http-swagger/v2 v2.0.2/go.mod h1:r7/GBkAWIfK6E/OLnE8fXnviHiDeAHmgIyooa4xm3AQ=
110-
github.com/swaggo/swag v1.16.4 h1:clWJtd9LStiG3VeijiCfOVODP6VpHtKdQy9ELFG3s1A=
111-
github.com/swaggo/swag v1.16.4/go.mod h1:VBsHJRsDvfYvqoiMKnsdwhNV9LEMHgEDZcyVYX0sxPg=
110+
github.com/swaggo/swag v1.16.5 h1:nMf2fEV1TetMTJb4XzD0Lz7jFfKJmJKGTygEey8NSxM=
111+
github.com/swaggo/swag v1.16.5/go.mod h1:ngP2etMK5a0P3QBizic5MEwpRmluJZPHjXcMoj4Xesg=
112112
go.opentelemetry.io/auto/sdk v1.1.0 h1:cH53jehLUN6UFLY71z+NDOiNJqDdPRaXzTel0sJySYA=
113113
go.opentelemetry.io/auto/sdk v1.1.0/go.mod h1:3wSPjt5PWp2RhlCcmmOial7AvC4DQqZb7a7wCow3W8A=
114114
go.opentelemetry.io/otel v1.37.0 h1:9zhNfelUvx0KBfu/gb+ZgeAfAgtWrfHJZcAqFC228wQ=

0 commit comments

Comments
 (0)