From af6db946d156976445f2ce0cf30c454ba54bf3d7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Apr 2023 13:48:34 +0000 Subject: [PATCH] mod: bump gorm.io/plugin/soft_delete from 1.2.0 to 1.2.1 Bumps [gorm.io/plugin/soft_delete](https://github.com/go-gorm/soft_delete) from 1.2.0 to 1.2.1. - [Release notes](https://github.com/go-gorm/soft_delete/releases) - [Commits](https://github.com/go-gorm/soft_delete/compare/v1.2.0...v1.2.1) --- updated-dependencies: - dependency-name: gorm.io/plugin/soft_delete 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 2f63383f..4e95ce64 100644 --- a/go.mod +++ b/go.mod @@ -45,7 +45,7 @@ require ( gorm.io/driver/sqlite v1.4.4 gorm.io/gorm v1.25.0 gorm.io/plugin/dbresolver v1.4.1 - gorm.io/plugin/soft_delete v1.2.0 + gorm.io/plugin/soft_delete v1.2.1 modernc.org/sqlite v1.22.0 ) diff --git a/go.sum b/go.sum index aecdecdc..1da547eb 100644 --- a/go.sum +++ b/go.sum @@ -2117,8 +2117,8 @@ gorm.io/gorm v1.25.0 h1:+KtYtb2roDz14EQe4bla8CbQlmb9dN3VejSai3lprfU= gorm.io/gorm v1.25.0/go.mod h1:L4uxeKpfBml98NYqVqwAdmV1a2nBtAec/cf3fpucW/k= gorm.io/plugin/dbresolver v1.4.1 h1:Ug4LcoPhrvqq71UhxtF346f+skTYoCa/nEsdjvHwEzk= gorm.io/plugin/dbresolver v1.4.1/go.mod h1:CTbCtMWhsjXSiJqiW2R8POvJ2cq18RVOl4WGyT5nhNc= -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= +gorm.io/plugin/soft_delete v1.2.1 h1:qx9D/c4Xu6w5KT8LviX8DgLcB9hkKl6JC9f44Tj7cGU= +gorm.io/plugin/soft_delete v1.2.1/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=