From 566f1dddc5d5f46f7ea0311d91bc6f10b4abad93 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Oct 2023 03:01:04 +0000 Subject: [PATCH] chore(deps): bump gorm.io/driver/postgres from 1.5.2 to 1.5.3 in /tests Bumps [gorm.io/driver/postgres](https://github.com/go-gorm/postgres) from 1.5.2 to 1.5.3. - [Commits](https://github.com/go-gorm/postgres/compare/v1.5.2...v1.5.3) --- updated-dependencies: - dependency-name: gorm.io/driver/postgres dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- tests/go.mod | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tests/go.mod b/tests/go.mod index fda50bbb..c5de5b2a 100644 --- a/tests/go.mod +++ b/tests/go.mod @@ -5,13 +5,12 @@ go 1.16 require ( github.com/go-sql-driver/mysql v1.7.1 // indirect github.com/google/uuid v1.3.1 - github.com/jackc/pgx/v5 v5.4.3 // indirect github.com/jinzhu/now v1.1.5 github.com/lib/pq v1.10.9 github.com/microsoft/go-mssqldb v1.6.0 // indirect golang.org/x/crypto v0.13.0 // indirect gorm.io/driver/mysql v1.5.1 - gorm.io/driver/postgres v1.5.2 + gorm.io/driver/postgres v1.5.3 gorm.io/driver/sqlite v1.5.3 gorm.io/driver/sqlserver v1.5.1 gorm.io/gorm v1.25.2-0.20230530020048-26663ab9bf55