From 0d650abdde8e82ecc56b92374359d3446f6f770a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Feb 2024 07:15:56 +0000 Subject: [PATCH] chore(deps): bump gorm.io/driver/postgres from 1.5.4 to 1.5.5 in /tests Bumps [gorm.io/driver/postgres](https://github.com/go-gorm/postgres) from 1.5.4 to 1.5.5. - [Commits](https://github.com/go-gorm/postgres/commits) --- 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/go.mod b/tests/go.mod index 07fedc45..1b18bae4 100644 --- a/tests/go.mod +++ b/tests/go.mod @@ -7,7 +7,7 @@ require ( github.com/jinzhu/now v1.1.5 github.com/lib/pq v1.10.9 gorm.io/driver/mysql v1.5.2 - gorm.io/driver/postgres v1.5.4 + gorm.io/driver/postgres v1.5.5 gorm.io/driver/sqlite v1.5.4 gorm.io/driver/sqlserver v1.5.2 gorm.io/gorm v1.25.5