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] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
03b24e0719
commit
2ce692c62a
2
go.mod
2
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
|
||||
|
|
|
|||
4
go.sum
4
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=
|
||||
|
|
|
|||
Loading…
Reference in New Issue