diff --git a/samples/golang/gorm/go.mod b/samples/golang/gorm/go.mod index db872be29d..410b7f7c6b 100644 --- a/samples/golang/gorm/go.mod +++ b/samples/golang/gorm/go.mod @@ -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 diff --git a/samples/golang/pgx/go.mod b/samples/golang/pgx/go.mod index 18f6646e30..d0ea92fb42 100644 --- a/samples/golang/pgx/go.mod +++ b/samples/golang/pgx/go.mod @@ -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 )