File tree Expand file tree Collapse file tree 4 files changed +5
-13
lines changed Expand file tree Collapse file tree 4 files changed +5
-13
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.10
21+ gorm.io/driver/postgres v1.5.11
2222 gorm.io/gorm v1.25.12
2323)
2424
Original file line number Diff line number Diff line change @@ -228,8 +228,8 @@ gopkg.in/yaml.v2 v2.4.0/go.mod h1:RDklbk79AGWmwhnvt/jBztapEOGDOx6ZbXqjP6csGnQ=
228228gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c /go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM =
229229gopkg.in/yaml.v3 v3.0.1 h1:fxVm/GzAzEWqLHuvctI91KS9hhNmmWOoWu0XTYJS7CA =
230230gopkg.in/yaml.v3 v3.0.1 /go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM =
231- gorm.io/driver/postgres v1.5.10 h1:7Lggqempgy496c0WfHXsYWxk3Th+ZcW66/21QhVFdeE =
232- gorm.io/driver/postgres v1.5.10 /go.mod h1:DX3GReXH+3FPWGrrgffdvCk3DQ1dwDPdmbenSkweRGI =
231+ gorm.io/driver/postgres v1.5.11 h1:ubBVAfbKEUld/twyKZ0IYn9rSQh448EdelLYk9Mv314 =
232+ gorm.io/driver/postgres v1.5.11 /go.mod h1:DX3GReXH+3FPWGrrgffdvCk3DQ1dwDPdmbenSkweRGI =
233233gorm.io/gorm v1.25.12 h1:I0u8i2hWQItBq1WfE0o2+WuL9+8L21K9e2HHSTE/0f8 =
234234gorm.io/gorm v1.25.12 /go.mod h1:xh7N7RHfYlNc5EmcI/El95gXusucDrQnHXe0+CgWcLQ =
235235nullprogram.com/x/optparse v1.0.0 /go.mod h1:KdyPE+Igbe0jQUrVfMqDMeJQIJZEuyV7pjYmp6pbG50 =
Original file line number Diff line number Diff line change @@ -407,7 +407,7 @@ google.golang.org/protobuf/runtime/protoiface
407407# gopkg.in/yaml.v3 v3.0.1
408408## explicit
409409gopkg.in/yaml.v3
410- # gorm.io/driver/postgres v1.5.10
410+ # gorm.io/driver/postgres v1.5.11
411411## explicit; go 1.19
412412gorm.io/driver/postgres
413413# gorm.io/gorm v1.25.12
You can’t perform that action at this time.
0 commit comments