Skip to content

Commit

Permalink
deps: update module github.com/googlecloudplatform/pgadapter/wrappers…
Browse files Browse the repository at this point in the history
…/golang to v0.32.0
  • Loading branch information
renovate-bot committed Apr 29, 2024
1 parent f4f2eca commit 72653ba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion samples/golang/gorm/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module gorm
go 1.21

require (
github.com/GoogleCloudPlatform/pgadapter/wrappers/golang v0.0.0-20240124134511-6f84a1722435
github.com/GoogleCloudPlatform/pgadapter/wrappers/golang v0.32.0
github.com/google/uuid v1.6.0
github.com/jackc/pgtype v1.14.3
github.com/shopspring/decimal v1.4.0
Expand Down
2 changes: 1 addition & 1 deletion samples/golang/pgx/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module pgadapter-pgx-sample
go 1.20

require (
github.com/GoogleCloudPlatform/pgadapter/wrappers/golang v0.0.0-20240124134511-6f84a1722435
github.com/GoogleCloudPlatform/pgadapter/wrappers/golang v0.32.0
github.com/jackc/pgx/v5 v5.5.5
)

Expand Down

0 comments on commit 72653ba

Please sign in to comment.