From 88a0924e385b2761af9074a2bb5ae0ab49ab1001 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Jun 2022 10:32:03 +0000 Subject: [PATCH] Bump gorm.io/plugin/dbresolver from 1.2.0 to 1.2.1 Bumps [gorm.io/plugin/dbresolver](https://github.com/go-gorm/dbresolver) from 1.2.0 to 1.2.1. - [Release notes](https://github.com/go-gorm/dbresolver/releases) - [Commits](https://github.com/go-gorm/dbresolver/compare/v1.2.0...v1.2.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 201a56ac..a0fdc1c2 100644 --- a/go.mod +++ b/go.mod @@ -43,7 +43,7 @@ require ( gorm.io/driver/postgres v1.3.7 gorm.io/driver/sqlite v1.3.2 gorm.io/gorm v1.23.5 - gorm.io/plugin/dbresolver v1.2.0 + gorm.io/plugin/dbresolver v1.2.1 ) require ( diff --git a/go.sum b/go.sum index 09098171..a249143e 100644 --- a/go.sum +++ b/go.sum @@ -1416,8 +1416,8 @@ gorm.io/gorm v1.23.1/go.mod h1:l2lP/RyAtc1ynaTjFksBde/O8v9oOGIApu2/xRitmZk= gorm.io/gorm v1.23.4/go.mod h1:l2lP/RyAtc1ynaTjFksBde/O8v9oOGIApu2/xRitmZk= gorm.io/gorm v1.23.5 h1:TnlF26wScKSvknUC/Rn8t0NLLM22fypYBlvj1+aH6dM= gorm.io/gorm v1.23.5/go.mod h1:l2lP/RyAtc1ynaTjFksBde/O8v9oOGIApu2/xRitmZk= -gorm.io/plugin/dbresolver v1.2.0 h1:ufiylLx7WDNtuLJ6UeCqM6W7tu/a/zl4IhiwgKpypcM= -gorm.io/plugin/dbresolver v1.2.0/go.mod h1:kWKz6XWRmz6KGBuHmGqvmAm8ioy8Y9sIhCPmissORLM= +gorm.io/plugin/dbresolver v1.2.1 h1:moK7t4QJRh+Eer60UGuiANM/KG40uhnIqUOPLmnd/7Y= +gorm.io/plugin/dbresolver v1.2.1/go.mod h1:kWKz6XWRmz6KGBuHmGqvmAm8ioy8Y9sIhCPmissORLM= honnef.co/go/tools v0.0.0-20180728063816-88497007e858/go.mod h1:rf3lG4BRIbNafJWhAfAdb/ePZxsR/4RtNHQocxwk9r4= honnef.co/go/tools v0.0.0-20190102054323-c2f93a96b099/go.mod h1:rf3lG4BRIbNafJWhAfAdb/ePZxsR/4RtNHQocxwk9r4= honnef.co/go/tools v0.0.0-20190106161140-3f1c8253044a/go.mod h1:rf3lG4BRIbNafJWhAfAdb/ePZxsR/4RtNHQocxwk9r4=