Skip to content

Commit 3847d2d

Browse files
chore(example/deps): bump github.com/bartventer/gorm-multitenancy/v5 (#17)
Bumps [github.com/bartventer/gorm-multitenancy/v5](https://github.com/bartventer/gorm-multitenancy) from 5.9.0 to 5.10.1. - [Release notes](https://github.com/bartventer/gorm-multitenancy/releases) - [Changelog](https://github.com/bartventer/gorm-multitenancy/blob/master/.releaserc.json) - [Commits](v5.9.0...v5.10.1) --- updated-dependencies: - dependency-name: github.com/bartventer/gorm-multitenancy/v5 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 98b9bef commit 3847d2d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

examples/echo/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module github.com/bartventer/gorm-multitenancy/v5/examples/echo
33
go 1.22.2
44

55
require (
6-
github.com/bartventer/gorm-multitenancy/v5 v5.9.0
6+
github.com/bartventer/gorm-multitenancy/v5 v5.10.1
77
github.com/labstack/echo/v4 v4.12.0
88
gorm.io/gorm v1.25.10
99
)

examples/echo/go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
github.com/bartventer/gorm-multitenancy/v5 v5.9.0 h1:c+BFUFxbL7Uvqo25mJD4SRsU3uU2eDICy2cs5E7azmI=
2-
github.com/bartventer/gorm-multitenancy/v5 v5.9.0/go.mod h1:FX5LlGCh7AqCWZP155ZKFGXGNlfPvN9pK/TRujtU7cc=
1+
github.com/bartventer/gorm-multitenancy/v5 v5.10.1 h1:JluGRZNcjkkYjTKFGr0lZxPFJ4Pw2ImO3mqWu1kLxr0=
2+
github.com/bartventer/gorm-multitenancy/v5 v5.10.1/go.mod h1:1t2r554djkF9eGSBk1ng/5Fn+iZW8Zfyons8jiCdFI8=
33
github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
44
github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c=
55
github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=

0 commit comments

Comments
 (0)