Skip to content

Commit

Permalink
chore(examples/deps): bump github.com/bartventer/gorm-multitenancy/v6
Browse files Browse the repository at this point in the history
Bumps [github.com/bartventer/gorm-multitenancy/v6](https://github.com/bartventer/gorm-multitenancy) from 6.0.0 to 6.0.1.
- [Release notes](https://github.com/bartventer/gorm-multitenancy/releases)
- [Changelog](https://github.com/bartventer/gorm-multitenancy/blob/master/.releaserc.json)
- [Commits](v6.0.0...v6.0.1)

---
updated-dependencies:
- dependency-name: github.com/bartventer/gorm-multitenancy/v6
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored May 13, 2024
1 parent 009fa39 commit 40351ac
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/v6/examples/echo
go 1.22.2

require (
github.com/bartventer/gorm-multitenancy/v6 v6.0.0
github.com/bartventer/gorm-multitenancy/v6 v6.0.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/v6 v6.0.0 h1:7nFzVUb209bb3UF/yhd/XEv2pH6/Q2ENSPRQxETZJUw=
github.com/bartventer/gorm-multitenancy/v6 v6.0.0/go.mod h1:CAGnCWHm3kO2fKQuZrMDJDttwGHx5sO+cNV6Tg97jo8=
github.com/bartventer/gorm-multitenancy/v6 v6.0.1 h1:+LJMnyS+7dEsneHEuBxUhC0ba5hiWRCqJ5oua/Fpxe4=
github.com/bartventer/gorm-multitenancy/v6 v6.0.1/go.mod h1:CAGnCWHm3kO2fKQuZrMDJDttwGHx5sO+cNV6Tg97jo8=
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 40351ac

Please sign in to comment.