Skip to content

Commit 3496807

Browse files
Update module github.com/swaggo/swag to v1.16.5
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
1 parent 774a0df commit 3496807

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
@@ -27,12 +27,13 @@ require (
2727
github.com/montanaflynn/stats v0.7.1 // indirect
2828
github.com/pmezard/go-difflib v1.0.0 // indirect
2929
github.com/stretchr/objx v0.5.2 // indirect
30-
github.com/swaggo/swag v1.16.4 // indirect
30+
github.com/swaggo/swag v1.16.5 // indirect
3131
github.com/xdg-go/pbkdf2 v1.0.0 // indirect
3232
github.com/xdg-go/scram v1.1.2 // indirect
3333
github.com/xdg-go/stringprep v1.0.4 // indirect
3434
github.com/youmark/pkcs8 v0.0.0-20240726163527-a2c0da244d78 // indirect
3535
golang.org/x/crypto v0.37.0 // indirect
36+
golang.org/x/mod v0.24.0 // indirect
3637
golang.org/x/sync v0.13.0 // indirect
3738
golang.org/x/text v0.24.0 // indirect
3839
golang.org/x/tools v0.32.0 // indirect

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@ github.com/swaggo/files v1.0.1 h1:J1bVJ4XHZNq0I46UU90611i9/YzdrF7x92oX1ig5IdE=
4444
github.com/swaggo/files v1.0.1/go.mod h1:0qXmMNH6sXNf+73t65aKeB+ApmgxdnkQzVTAj2uaMUg=
4545
github.com/swaggo/http-swagger v1.3.4 h1:q7t/XLx0n15H1Q9/tk3Y9L4n210XzJF5WtnDX64a5ww=
4646
github.com/swaggo/http-swagger v1.3.4/go.mod h1:9dAh0unqMBAlbp1uE2Uc2mQTxNMU/ha4UbucIg1MFkQ=
47-
github.com/swaggo/swag v1.16.4 h1:clWJtd9LStiG3VeijiCfOVODP6VpHtKdQy9ELFG3s1A=
48-
github.com/swaggo/swag v1.16.4/go.mod h1:VBsHJRsDvfYvqoiMKnsdwhNV9LEMHgEDZcyVYX0sxPg=
47+
github.com/swaggo/swag v1.16.5 h1:nMf2fEV1TetMTJb4XzD0Lz7jFfKJmJKGTygEey8NSxM=
48+
github.com/swaggo/swag v1.16.5/go.mod h1:ngP2etMK5a0P3QBizic5MEwpRmluJZPHjXcMoj4Xesg=
4949
github.com/xdg-go/pbkdf2 v1.0.0 h1:Su7DPu48wXMwC3bs7MCNG+z4FhcyEuz5dlvchbq0B0c=
5050
github.com/xdg-go/pbkdf2 v1.0.0/go.mod h1:jrpuAogTd400dnrH08LKmI/xc1MbPOebTwRqcT5RDeI=
5151
github.com/xdg-go/scram v1.1.2 h1:FHX5I5B4i4hKRVRBCFRxq1iQRej7WO3hhBuJf+UUySY=

0 commit comments

Comments
 (0)