From 5f33c5b94b23aec39f51f11782ed74399d3d6217 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Mar 2024 17:38:57 +0000 Subject: [PATCH] chore(deps): bump gorm.io/plugin/dbresolver from 1.5.0 to 1.5.1 Bumps [gorm.io/plugin/dbresolver](https://github.com/go-gorm/dbresolver) from 1.5.0 to 1.5.1. - [Commits](https://github.com/go-gorm/dbresolver/compare/v1.5.0...v1.5.1) --- updated-dependencies: - dependency-name: gorm.io/plugin/dbresolver dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- go.mod | 2 +- go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index dc6ae45a..49eb3ab7 100644 --- a/go.mod +++ b/go.mod @@ -13,7 +13,7 @@ require ( gorm.io/driver/sqlserver v1.4.1 gorm.io/gorm v1.25.2 gorm.io/hints v1.1.0 - gorm.io/plugin/dbresolver v1.5.0 + gorm.io/plugin/dbresolver v1.5.1 ) require ( diff --git a/go.sum b/go.sum index 8f1b819d..e6e3805d 100644 --- a/go.sum +++ b/go.sum @@ -2869,8 +2869,8 @@ gorm.io/gorm v1.25.2 h1:gs1o6Vsa+oVKG/a9ElL3XgyGfghFfkKA2SInQaCyMho= gorm.io/gorm v1.25.2/go.mod h1:L4uxeKpfBml98NYqVqwAdmV1a2nBtAec/cf3fpucW/k= gorm.io/hints v1.1.0 h1:Lp4z3rxREufSdxn4qmkK3TLDltrM10FLTHiuqwDPvXw= gorm.io/hints v1.1.0/go.mod h1:lKQ0JjySsPBj3uslFzY3JhYDtqEwzm+G1hv8rWujB6Y= -gorm.io/plugin/dbresolver v1.5.0 h1:XVHLxh775eP0CqVh3vcfJtYqja3uFl5Wr3cKlY8jgDY= -gorm.io/plugin/dbresolver v1.5.0/go.mod h1:l4Cn87EHLEYuqUncpEeTC2tTJQkjngPSD+lo8hIvcT0= +gorm.io/plugin/dbresolver v1.5.1 h1:s9Dj9f7r+1rE3nx/Ywzc85nXptUEaeOO0pt27xdopM8= +gorm.io/plugin/dbresolver v1.5.1/go.mod h1:l4Cn87EHLEYuqUncpEeTC2tTJQkjngPSD+lo8hIvcT0= gotest.tools v2.2.0+incompatible/go.mod h1:DsYFclhRJ6vuDpmuTbkuFWG+y2sxOXAzmJt81HFBacw= gotest.tools/v3 v3.0.2/go.mod h1:3SzNCllyD9/Y+b5r9JIKQ474KzkZyqLqEfYqMsX94Bk= gotest.tools/v3 v3.0.3/go.mod h1:Z7Lb0S5l+klDB31fvDQX8ss/FlKDxtlFlw3Oa8Ymbl8=