Skip to content

Commit

Permalink
build(deps): bump gorm.io/driver/postgres from 1.3.8 to 1.4.8 (#158)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Feb 25, 2023
1 parent 03758c1 commit dd0da99
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 159 deletions.
15 changes: 5 additions & 10 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ require (
github.com/pressly/goose/v3 v3.6.1
github.com/spf13/cobra v1.6.1
golang.org/x/crypto v0.6.0
gorm.io/driver/postgres v1.3.8
gorm.io/gorm v1.23.8
gorm.io/driver/postgres v1.4.8
gorm.io/gorm v1.24.2
)

require (
Expand All @@ -23,16 +23,11 @@ require (
github.com/goccy/go-json v0.10.0 // indirect
github.com/google/go-cmp v0.5.7 // indirect
github.com/inconshreveable/mousetrap v1.0.1 // indirect
github.com/jackc/chunkreader/v2 v2.0.1 // indirect
github.com/jackc/pgconn v1.12.1 // indirect
github.com/jackc/pgio v1.0.0 // indirect
github.com/jackc/pgpassfile v1.0.0 // indirect
github.com/jackc/pgproto3/v2 v2.3.0 // indirect
github.com/jackc/pgservicefile v0.0.0-20200714003250-2b9c44734f2b // indirect
github.com/jackc/pgtype v1.11.0 // indirect
github.com/jackc/pgx/v4 v4.16.1 // indirect
github.com/jackc/pgservicefile v0.0.0-20221227161230-091c0ba34f0a // indirect
github.com/jackc/pgx/v5 v5.3.0 // indirect
github.com/jinzhu/inflection v1.0.0 // indirect
github.com/jinzhu/now v1.1.4 // indirect
github.com/jinzhu/now v1.1.5 // indirect
github.com/json-iterator/go v1.1.12 // indirect
github.com/klauspost/cpuid/v2 v2.0.9 // indirect
github.com/leodido/go-urn v1.2.1 // indirect
Expand Down
Loading

0 comments on commit dd0da99

Please sign in to comment.