From 4bb917b7b029fb21f360f5c05dc31cf658991fe0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Oct 2023 13:29:41 +0000 Subject: [PATCH] Bump gorm.io/gorm from 1.22.5 to 1.25.5 Bumps [gorm.io/gorm](https://github.com/go-gorm/gorm) from 1.22.5 to 1.25.5. - [Release notes](https://github.com/go-gorm/gorm/releases) - [Commits](https://github.com/go-gorm/gorm/compare/v1.22.5...v1.25.5) --- updated-dependencies: - dependency-name: gorm.io/gorm dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- go.mod | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/go.mod b/go.mod index b5e6704..fc3514d 100644 --- a/go.mod +++ b/go.mod @@ -18,9 +18,6 @@ require ( github.com/gofiber/fiber/v2 v2.27.0 github.com/hart87/GoFlake v0.0.0-20210517135841-c95a47da3eb9 github.com/hart87/goflake v0.0.0-20210517135841-c95a47da3eb9 // indirect - github.com/hashicorp/consul/api v1.12.0 // indirect - github.com/hashicorp/vault/api v1.3.1 // indirect - github.com/heetch/confita v0.10.0 // indirect github.com/kelindar/binary v1.0.17 github.com/mattn/go-zglob v0.0.3 github.com/mitchellh/mapstructure v1.4.2 @@ -38,6 +35,6 @@ require ( gorm.io/driver/postgres v1.2.3 gorm.io/driver/sqlite v1.2.6 gorm.io/driver/sqlserver v1.2.1 - gorm.io/gorm v1.22.5 + gorm.io/gorm v1.25.5 gorm.io/plugin/dbresolver v1.1.0 )