Skip to content

Commit

Permalink
Bump gorm.io/driver/postgres from 1.5.2 to 1.5.4
Browse files Browse the repository at this point in the history
Signed-off-by: Shiv Verma <shverma@redhat.com>
  • Loading branch information
pratap0007 committed Jan 15, 2024
1 parent f2f9a7f commit f863b80
Show file tree
Hide file tree
Showing 35 changed files with 1,378 additions and 2,225 deletions.
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ require (
golang.org/x/term v0.16.0
golang.org/x/text v0.14.0
gopkg.in/h2non/gock.v1 v1.1.2
gorm.io/driver/postgres v1.5.2
gorm.io/driver/postgres v1.5.4
gorm.io/gorm v1.25.5
gotest.tools/v3 v3.5.1
k8s.io/apimachinery v0.28.3
Expand Down Expand Up @@ -99,7 +99,7 @@ require (
github.com/inconshreveable/mousetrap v1.1.0 // indirect
github.com/jackc/pgpassfile v1.0.0 // indirect
github.com/jackc/pgservicefile v0.0.0-20221227161230-091c0ba34f0a // indirect
github.com/jackc/pgx/v5 v5.3.1 // indirect
github.com/jackc/pgx/v5 v5.4.3 // indirect
github.com/jinzhu/inflection v1.0.0 // indirect
github.com/jinzhu/now v1.1.5 // indirect
github.com/josharian/intern v1.0.0 // indirect
Expand Down
338 changes: 4 additions & 334 deletions go.sum

Large diffs are not rendered by default.

49 changes: 49 additions & 0 deletions vendor/github.com/jackc/pgx/v5/CHANGELOG.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 13 additions & 1 deletion vendor/github.com/jackc/pgx/v5/README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

28 changes: 12 additions & 16 deletions vendor/github.com/jackc/pgx/v5/batch.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

46 changes: 26 additions & 20 deletions vendor/github.com/jackc/pgx/v5/conn.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions vendor/github.com/jackc/pgx/v5/doc.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit f863b80

Please sign in to comment.