File tree Expand file tree Collapse file tree 4 files changed +14
-14
lines changed Expand file tree Collapse file tree 4 files changed +14
-14
lines changed Original file line number Diff line number Diff line change 11module golang-rest-api-template
22
33go 1.23
4-
54require (
65 github.com/araujo88/gin-gonic-xss-middleware v0.0.0-20221014023455-d89f16de6a7e
76 github.com/gin-contrib/cors v1.7.3
@@ -17,7 +16,7 @@ require (
1716 go.mongodb.org/mongo-driver v1.17.2
1817 go.uber.org/zap v1.27.0
1918 golang.org/x/crypto v0.33.0
20- golang.org/x/time v0.10 .0
19+ golang.org/x/time v0.11 .0
2120 gorm.io/driver/postgres v1.5.11
2221 gorm.io/gorm v1.25.12
2322)
Original file line number Diff line number Diff line change @@ -202,8 +202,8 @@ golang.org/x/text v0.3.8/go.mod h1:E6s5w1FMmriuDzIBO73fBruAKo1PCIq6d2Q6DHfQ8WQ=
202202golang.org/x/text v0.7.0 /go.mod h1:mrYo+phRRbMaCq/xk9113O4dZlRixOauAjOtrjsXDZ8 =
203203golang.org/x/text v0.22.0 h1:bofq7m3/HAFvbF51jz3Q9wLg3jkvSPuiZu/pD1XwgtM =
204204golang.org/x/text v0.22.0 /go.mod h1:YRoo4H8PVmsu+E3Ou7cqLVH8oXWIHVoX0jqUWALQhfY =
205- golang.org/x/time v0.10 .0 h1:3usCWA8tQn0L8+hFJQNgzpWbd89begxN66o1Ojdn5L4 =
206- golang.org/x/time v0.10 .0 /go.mod h1:3BpzKBy/shNhVucY/MWOyx10tF3SFh9QdLuxbVysPQM =
205+ golang.org/x/time v0.11 .0 h1:/bpjEDfN9tkoN/ryeYHnv5hcMlc8ncjMcM4XBk5NWV0 =
206+ golang.org/x/time v0.11 .0 /go.mod h1:CDIdPxbZBQxdj6cxyCIdrNogrJKMJ7pr37NYpMcMDSg =
207207golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e /go.mod h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ =
208208golang.org/x/tools v0.0.0-20191119224855-298f0cb1881e /go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo =
209209golang.org/x/tools v0.1.1 /go.mod h1:o0xws9oXOQQZyjljx8fwUC0k7L1pTE6eaCbjGeHmOkk =
Original file line number Diff line number Diff line change @@ -381,8 +381,8 @@ golang.org/x/text/transform
381381golang.org/x/text/unicode/bidi
382382golang.org/x/text/unicode/norm
383383golang.org/x/text/width
384- # golang.org/x/time v0.10 .0
385- ## explicit; go 1.18
384+ # golang.org/x/time v0.11 .0
385+ ## explicit; go 1.23.0
386386golang.org/x/time/rate
387387# golang.org/x/tools v0.24.0
388388## explicit; go 1.19
You can’t perform that action at this time.
0 commit comments