From 9e02e2667cb0b674d46c3405bfb10ce15e43f576 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Oct 2023 03:04:37 +0000 Subject: [PATCH] chore(deps): bump gorm.io/driver/postgres from 1.5.2 to 1.5.4 in /tests Bumps [gorm.io/driver/postgres](https://github.com/go-gorm/postgres) from 1.5.2 to 1.5.4. - [Commits](https://github.com/go-gorm/postgres/compare/v1.5.2...v1.5.4) --- 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 | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/tests/go.mod b/tests/go.mod index fda50bbb..c2fe1ed0 100644 --- a/tests/go.mod +++ b/tests/go.mod @@ -5,16 +5,14 @@ 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.4 gorm.io/driver/sqlite v1.5.3 gorm.io/driver/sqlserver v1.5.1 - gorm.io/gorm v1.25.2-0.20230530020048-26663ab9bf55 + gorm.io/gorm v1.25.5 ) replace gorm.io/gorm => ../