From 2ce692c62a3895dbb718779fa5ef894f3147eee5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 6 Sep 2022 10:44:20 +0800 Subject: [PATCH] chore(deps): bump gorm.io/plugin/soft_delete from 1.1.0 to 1.2.0 (#1643) Bumps [gorm.io/plugin/soft_delete](https://github.com/go-gorm/soft_delete) from 1.1.0 to 1.2.0. - [Release notes](https://github.com/go-gorm/soft_delete/releases) - [Commits](https://github.com/go-gorm/soft_delete/compare/v1.1.0...v1.2.0) --- updated-dependencies: - dependency-name: gorm.io/plugin/soft_delete dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- go.mod | 2 +- go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index 9a77bda4e..e5b71ddd6 100644 --- a/go.mod +++ b/go.mod @@ -81,7 +81,7 @@ require ( gorm.io/driver/mysql v1.3.6 gorm.io/driver/postgres v1.3.9 gorm.io/gorm v1.23.8 - gorm.io/plugin/soft_delete v1.1.0 + gorm.io/plugin/soft_delete v1.2.0 k8s.io/component-base v0.23.3 logur.dev/adapter/zap v0.5.0 moul.io/zapgorm2 v1.1.3 diff --git a/go.sum b/go.sum index c374be7b3..9b0842ad4 100644 --- a/go.sum +++ b/go.sum @@ -1941,8 +1941,8 @@ gorm.io/gorm v1.23.8/go.mod h1:l2lP/RyAtc1ynaTjFksBde/O8v9oOGIApu2/xRitmZk= gorm.io/plugin/dbresolver v1.1.0/go.mod h1:tpImigFAEejCALOttyhWqsy4vfa2Uh/vAUVnL5IRF7Y= gorm.io/plugin/dbresolver v1.2.1 h1:moK7t4QJRh+Eer60UGuiANM/KG40uhnIqUOPLmnd/7Y= gorm.io/plugin/dbresolver v1.2.1/go.mod h1:kWKz6XWRmz6KGBuHmGqvmAm8ioy8Y9sIhCPmissORLM= -gorm.io/plugin/soft_delete v1.1.0 h1:LcE4L+GD29RkkMLxMYHpT4wQCJ/9945FsdU/mHGaDuE= -gorm.io/plugin/soft_delete v1.1.0/go.mod h1:Zv7vQctOJTGOsJ/bWgrN1n3od0GBAZgnLjEx+cApLGk= +gorm.io/plugin/soft_delete v1.2.0 h1:txWHRMqLPqfXUFytXCdxb/jthRe3CrG4R5XOdagut6Q= +gorm.io/plugin/soft_delete v1.2.0/go.mod h1:Zv7vQctOJTGOsJ/bWgrN1n3od0GBAZgnLjEx+cApLGk= 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=