Skip to content

Commit

Permalink
chore(example/deps): bump github.com/bartventer/gorm-multitenancy/v5 (#…
Browse files Browse the repository at this point in the history
…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>
  • Loading branch information
dependabot[bot] committed Apr 26, 2024
1 parent 98b9bef commit 3847d2d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion examples/echo/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/bartventer/gorm-multitenancy/v5/examples/echo
go 1.22.2

require (
github.com/bartventer/gorm-multitenancy/v5 v5.9.0
github.com/bartventer/gorm-multitenancy/v5 v5.10.1
github.com/labstack/echo/v4 v4.12.0
gorm.io/gorm v1.25.10
)
Expand Down
4 changes: 2 additions & 2 deletions examples/echo/go.sum
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
github.com/bartventer/gorm-multitenancy/v5 v5.9.0 h1:c+BFUFxbL7Uvqo25mJD4SRsU3uU2eDICy2cs5E7azmI=
github.com/bartventer/gorm-multitenancy/v5 v5.9.0/go.mod h1:FX5LlGCh7AqCWZP155ZKFGXGNlfPvN9pK/TRujtU7cc=
github.com/bartventer/gorm-multitenancy/v5 v5.10.1 h1:JluGRZNcjkkYjTKFGr0lZxPFJ4Pw2ImO3mqWu1kLxr0=
github.com/bartventer/gorm-multitenancy/v5 v5.10.1/go.mod h1:1t2r554djkF9eGSBk1ng/5Fn+iZW8Zfyons8jiCdFI8=
github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c=
github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
Expand Down

0 comments on commit 3847d2d

Please sign in to comment.