File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -27,12 +27,13 @@ require (
27
27
github.com/montanaflynn/stats v0.7.1 // indirect
28
28
github.com/pmezard/go-difflib v1.0.0 // indirect
29
29
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
31
31
github.com/xdg-go/pbkdf2 v1.0.0 // indirect
32
32
github.com/xdg-go/scram v1.1.2 // indirect
33
33
github.com/xdg-go/stringprep v1.0.4 // indirect
34
34
github.com/youmark/pkcs8 v0.0.0-20240726163527-a2c0da244d78 // indirect
35
35
golang.org/x/crypto v0.37.0 // indirect
36
+ golang.org/x/mod v0.24.0 // indirect
36
37
golang.org/x/sync v0.13.0 // indirect
37
38
golang.org/x/text v0.24.0 // indirect
38
39
golang.org/x/tools v0.32.0 // indirect
Original file line number Diff line number Diff line change @@ -44,8 +44,8 @@ github.com/swaggo/files v1.0.1 h1:J1bVJ4XHZNq0I46UU90611i9/YzdrF7x92oX1ig5IdE=
44
44
github.com/swaggo/files v1.0.1 /go.mod h1:0qXmMNH6sXNf+73t65aKeB+ApmgxdnkQzVTAj2uaMUg =
45
45
github.com/swaggo/http-swagger v1.3.4 h1:q7t/XLx0n15H1Q9/tk3Y9L4n210XzJF5WtnDX64a5ww =
46
46
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 =
49
49
github.com/xdg-go/pbkdf2 v1.0.0 h1:Su7DPu48wXMwC3bs7MCNG+z4FhcyEuz5dlvchbq0B0c =
50
50
github.com/xdg-go/pbkdf2 v1.0.0 /go.mod h1:jrpuAogTd400dnrH08LKmI/xc1MbPOebTwRqcT5RDeI =
51
51
github.com/xdg-go/scram v1.1.2 h1:FHX5I5B4i4hKRVRBCFRxq1iQRej7WO3hhBuJf+UUySY =
You can’t perform that action at this time.
0 commit comments