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 and bartventer committed May 13, 2024
1 parent 759671f commit 4f56d56
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion examples/nethttp/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ go 1.22.2

require gorm.io/gorm v1.25.10

require github.com/bartventer/gorm-multitenancy/v6 v6.0.0
require github.com/bartventer/gorm-multitenancy/v6 v6.0.1

require (
github.com/jackc/pgpassfile v1.0.0 // indirect
Expand Down
4 changes: 2 additions & 2 deletions examples/nethttp/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 4f56d56

Please sign in to comment.