Skip to content

Commit 5bbd919

Browse files
committed
chore: update dependencies in go.mod to latest versions
1 parent 54dd3de commit 5bbd919

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

go.mod

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@ require (
2424
github.com/spf13/cobra v1.9.1
2525
github.com/swaggo/files v1.0.1
2626
github.com/swaggo/gin-swagger v1.6.0
27-
github.com/swaggo/swag v1.16.2
28-
github.com/unrolled/secure v1.13.0
29-
golang.org/x/crypto v0.31.0
27+
github.com/swaggo/swag v1.16.4
28+
github.com/unrolled/secure v1.17.0
29+
golang.org/x/crypto v0.36.0
3030
gorm.io/driver/mysql v1.5.7
3131
gorm.io/driver/postgres v1.5.11
3232
gorm.io/driver/sqlite v1.5.7
@@ -153,16 +153,16 @@ require (
153153
golang.org/x/image v0.13.0 // indirect
154154
golang.org/x/mod v0.17.0 // indirect
155155
golang.org/x/net v0.33.0 // indirect
156-
golang.org/x/sync v0.10.0 // indirect
157-
golang.org/x/sys v0.28.0 // indirect
158-
golang.org/x/term v0.27.0 // indirect
159-
golang.org/x/text v0.21.0 // indirect
156+
golang.org/x/sync v0.12.0 // indirect
157+
golang.org/x/sys v0.31.0 // indirect
158+
golang.org/x/term v0.30.0 // indirect
159+
golang.org/x/text v0.23.0 // indirect
160160
golang.org/x/time v0.0.0-20191024005414-555d28b269f0 // indirect
161161
golang.org/x/tools v0.21.1-0.20240508182429-e35e4ccd0d2d // indirect
162162
google.golang.org/protobuf v1.36.1 // indirect
163163
gopkg.in/yaml.v2 v2.4.0 // indirect
164164
gopkg.in/yaml.v3 v3.0.1 // indirect
165-
gorm.io/plugin/dbresolver v1.4.7 // indirect
165+
gorm.io/plugin/dbresolver v1.5.3 // indirect
166166
modernc.org/fileutil v1.0.0 // indirect
167167
)
168168

0 commit comments

Comments
 (0)