File tree Expand file tree Collapse file tree 4 files changed +24
-6
lines changed Expand file tree Collapse file tree 4 files changed +24
-6
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ require (
1818 go.uber.org/zap v1.27.0
1919 golang.org/x/crypto v0.29.0
2020 golang.org/x/time v0.8.0
21- gorm.io/driver/postgres v1.5.9
21+ gorm.io/driver/postgres v1.5.10
2222 gorm.io/gorm v1.25.12
2323)
2424
Original file line number Diff line number Diff line change @@ -227,8 +227,8 @@ gopkg.in/yaml.v2 v2.4.0/go.mod h1:RDklbk79AGWmwhnvt/jBztapEOGDOx6ZbXqjP6csGnQ=
227227gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c /go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM =
228228gopkg.in/yaml.v3 v3.0.1 h1:fxVm/GzAzEWqLHuvctI91KS9hhNmmWOoWu0XTYJS7CA =
229229gopkg.in/yaml.v3 v3.0.1 /go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM =
230- gorm.io/driver/postgres v1.5.9 h1:DkegyItji119OlcaLjqN11kHoUgZ/j13E0jkJZgD6A8 =
231- gorm.io/driver/postgres v1.5.9 /go.mod h1:DX3GReXH+3FPWGrrgffdvCk3DQ1dwDPdmbenSkweRGI =
230+ gorm.io/driver/postgres v1.5.10 h1:7Lggqempgy496c0WfHXsYWxk3Th+ZcW66/21QhVFdeE =
231+ gorm.io/driver/postgres v1.5.10 /go.mod h1:DX3GReXH+3FPWGrrgffdvCk3DQ1dwDPdmbenSkweRGI =
232232gorm.io/gorm v1.25.12 h1:I0u8i2hWQItBq1WfE0o2+WuL9+8L21K9e2HHSTE/0f8 =
233233gorm.io/gorm v1.25.12 /go.mod h1:xh7N7RHfYlNc5EmcI/El95gXusucDrQnHXe0+CgWcLQ =
234234nullprogram.com/x/optparse v1.0.0 /go.mod h1:KdyPE+Igbe0jQUrVfMqDMeJQIJZEuyV7pjYmp6pbG50 =
Original file line number Diff line number Diff line change @@ -406,7 +406,7 @@ google.golang.org/protobuf/runtime/protoiface
406406# gopkg.in/yaml.v3 v3.0.1
407407## explicit
408408gopkg.in/yaml.v3
409- # gorm.io/driver/postgres v1.5.9
409+ # gorm.io/driver/postgres v1.5.10
410410## explicit; go 1.19
411411gorm.io/driver/postgres
412412# gorm.io/gorm v1.25.12
You can’t perform that action at this time.
0 commit comments