From e08ddc82ba6cb1b962d926b949fd7ea8c2807c13 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 13 Oct 2023 16:53:14 +0330 Subject: Bump gorm.io/gorm from 1.25.4 to 1.25.5 (#1119) Bumps [gorm.io/gorm](https://github.com/go-gorm/gorm) from 1.25.4 to 1.25.5. - [Release notes](https://github.com/go-gorm/gorm/releases) - [Commits](https://github.com/go-gorm/gorm/compare/v1.25.4...v1.25.5) --- updated-dependencies: - dependency-name: gorm.io/gorm dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'go.mod') diff --git a/go.mod b/go.mod index 72498310..4f80c87c 100644 --- a/go.mod +++ b/go.mod @@ -20,7 +20,7 @@ require ( golang.org/x/text v0.13.0 google.golang.org/grpc v1.58.3 gorm.io/driver/sqlite v1.5.4 - gorm.io/gorm v1.25.4 + gorm.io/gorm v1.25.5 ) require ( -- cgit v1.2.3