Skip to content

Commit 35a3efd

Browse files
authored
Merge pull request #18 from araujo88/dependabot/go_modules/gorm.io/driver/postgres-1.5.10
Bump gorm.io/driver/postgres from 1.5.9 to 1.5.10
2 parents 6b6a6c1 + 4e53c4b commit 35a3efd

File tree

4 files changed

+24
-6
lines changed

4 files changed

+24
-6
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -227,8 +227,8 @@ gopkg.in/yaml.v2 v2.4.0/go.mod h1:RDklbk79AGWmwhnvt/jBztapEOGDOx6ZbXqjP6csGnQ=
227227
gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM=
228228
gopkg.in/yaml.v3 v3.0.1 h1:fxVm/GzAzEWqLHuvctI91KS9hhNmmWOoWu0XTYJS7CA=
229229
gopkg.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=
232232
gorm.io/gorm v1.25.12 h1:I0u8i2hWQItBq1WfE0o2+WuL9+8L21K9e2HHSTE/0f8=
233233
gorm.io/gorm v1.25.12/go.mod h1:xh7N7RHfYlNc5EmcI/El95gXusucDrQnHXe0+CgWcLQ=
234234
nullprogram.com/x/optparse v1.0.0/go.mod h1:KdyPE+Igbe0jQUrVfMqDMeJQIJZEuyV7pjYmp6pbG50=

vendor/gorm.io/driver/postgres/migrator.go

Lines changed: 20 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/modules.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -406,7 +406,7 @@ google.golang.org/protobuf/runtime/protoiface
406406
# gopkg.in/yaml.v3 v3.0.1
407407
## explicit
408408
gopkg.in/yaml.v3
409-
# gorm.io/driver/postgres v1.5.9
409+
# gorm.io/driver/postgres v1.5.10
410410
## explicit; go 1.19
411411
gorm.io/driver/postgres
412412
# gorm.io/gorm v1.25.12

0 commit comments

Comments
 (0)