From 93f04ad821cab48b2f3e908f0a84589819d81160 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Apr 2024 05:27:06 +0000 Subject: [PATCH] Bump gorm.io/gorm from 1.25.8 to 1.25.9 Bumps [gorm.io/gorm](https://github.com/go-gorm/gorm) from 1.25.8 to 1.25.9. - [Release notes](https://github.com/go-gorm/gorm/releases) - [Commits](https://github.com/go-gorm/gorm/compare/v1.25.8...v1.25.9) --- updated-dependencies: - dependency-name: gorm.io/gorm dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index a5a16b9..8df163e 100644 --- a/go.mod +++ b/go.mod @@ -5,7 +5,7 @@ go 1.18 require ( github.com/emirpasic/gods v1.18.1 github.com/sijms/go-ora/v2 v2.8.10 - gorm.io/gorm v1.25.8 + gorm.io/gorm v1.25.9 ) require (