Skip to content

Commit

Permalink
Bump github.com/go-rel/mysql from 0.12.0 to 0.13.0 (#114)
Browse files Browse the repository at this point in the history
Bumps [github.com/go-rel/mysql](https://github.com/go-rel/mysql) from 0.12.0 to 0.13.0.
- [Release notes](https://github.com/go-rel/mysql/releases)
- [Changelog](https://github.com/go-rel/mysql/blob/main/.goreleaser.yml)
- [Commits](go-rel/mysql@v0.12.0...v0.13.0)

---
updated-dependencies:
- dependency-name: github.com/go-rel/mysql
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored May 28, 2024
1 parent 848a395 commit 832bedd
Show file tree
Hide file tree
Showing 5 changed files with 40 additions and 29 deletions.
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ require (
github.com/gin-contrib/requestid v1.0.2
github.com/gin-contrib/zap v1.1.3
github.com/gin-gonic/gin v1.10.0
github.com/go-rel/mysql v0.12.0
github.com/go-rel/mysql v0.13.0
github.com/go-rel/rel v0.42.0
github.com/go-rel/reltest v0.12.0
github.com/go-sql-driver/mysql v1.8.1
Expand All @@ -27,7 +27,7 @@ require (
github.com/go-playground/locales v0.14.1 // indirect
github.com/go-playground/universal-translator v0.18.1 // indirect
github.com/go-playground/validator/v10 v10.20.0 // indirect
github.com/go-rel/sql v0.16.0 // indirect
github.com/go-rel/sql v0.17.0 // indirect
github.com/goccy/go-json v0.10.2 // indirect
github.com/google/go-cmp v0.5.8 // indirect
github.com/google/uuid v1.6.0 // indirect
Expand Down
8 changes: 4 additions & 4 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -31,15 +31,15 @@ github.com/go-playground/universal-translator v0.18.1 h1:Bcnm0ZwsGyWbCzImXv+pAJn
github.com/go-playground/universal-translator v0.18.1/go.mod h1:xekY+UJKNuX9WP91TpwSH2VMlDf28Uj24BCp08ZFTUY=
github.com/go-playground/validator/v10 v10.20.0 h1:K9ISHbSaI0lyB2eWMPJo+kOS/FBExVwjEviJTixqxL8=
github.com/go-playground/validator/v10 v10.20.0/go.mod h1:dbuPbCMFw/DrkbEynArYaCwl3amGuJotoKCe95atGMM=
github.com/go-rel/mysql v0.12.0 h1:GMwNktroIgA5a8AMxSj6MnnobXqZ85LnjPjtV0OU3Pc=
github.com/go-rel/mysql v0.12.0/go.mod h1:Q1Xa47BIyoeDfv5nFXo6VCEWwjpWpOX5wJnUAYOz4HA=
github.com/go-rel/mysql v0.13.0 h1:8L4LI8VNTzpxINe1hn0oUMuPawzynGXbhPuFaXyQx0w=
github.com/go-rel/mysql v0.13.0/go.mod h1:sJXJfcMGMNLSn+1pySMfaPMKpdFLp6Z7V2l48G74IJQ=
github.com/go-rel/primaryreplica v0.6.0 h1:8ZlgUatz+Ger+d51aIvlDWK3iZSa2RwD6ys3cingyf0=
github.com/go-rel/rel v0.42.0 h1:LxtI/Q7ConrivN+rp95LvLnu7QWU0stD9/ZpeR6OdrU=
github.com/go-rel/rel v0.42.0/go.mod h1:7RaEaNz30kCt/14m4VgdVWXFzATWnqJ40f0z1DnAUyk=
github.com/go-rel/reltest v0.12.0 h1:8tP6zeH22mOwbfDbtQ6pn7UgxVK8D1XgkAn31YQ8W/o=
github.com/go-rel/reltest v0.12.0/go.mod h1:JQGeMVG8i3OTk7wxNxKfrg1DyNz+nJcB0bjlyUjL4dE=
github.com/go-rel/sql v0.16.0 h1:6k+eYAMSwBsKFXLHQFpPplMjWQJf6DMUPlTxwWoR/l8=
github.com/go-rel/sql v0.16.0/go.mod h1:jPTiMPVdiNqsNnho1g7daKXW8cofViB/gcGXlMdNBac=
github.com/go-rel/sql v0.17.0 h1:ldwI7ctxEAmXb1Dy0AiECbAPAkT43NEImzUjMdGPVlo=
github.com/go-rel/sql v0.17.0/go.mod h1:JxiiqL4lOcK+/2UBYuGnQewBCYe2BptCcRQuhHFcv5o=
github.com/go-sql-driver/mysql v1.8.1 h1:LedoTUt/eveggdHS9qUFC1EFSa8bU2+1pZjSRpvNJ1Y=
github.com/go-sql-driver/mysql v1.8.1/go.mod h1:wEBSXgmK//2ZFJyE+qWnIsVGmvmEKlqwuVSjsCm7DZg=
github.com/goccy/go-json v0.10.2 h1:CrxCmQqYDkv1z7lO7Wbh2HN93uovUHgrECaO5ZrCXAU=
Expand Down
35 changes: 25 additions & 10 deletions vendor/github.com/go-rel/sql/builder/buffer.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

18 changes: 7 additions & 11 deletions vendor/github.com/go-rel/sql/builder/query.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ github.com/go-playground/universal-translator
# github.com/go-playground/validator/v10 v10.20.0
## explicit; go 1.18
github.com/go-playground/validator/v10
# github.com/go-rel/mysql v0.12.0
# github.com/go-rel/mysql v0.13.0
## explicit; go 1.21
github.com/go-rel/mysql
# github.com/go-rel/rel v0.42.0
Expand All @@ -84,7 +84,7 @@ github.com/go-rel/rel/where
# github.com/go-rel/reltest v0.12.0
## explicit; go 1.21
github.com/go-rel/reltest
# github.com/go-rel/sql v0.16.0
# github.com/go-rel/sql v0.17.0
## explicit; go 1.21
github.com/go-rel/sql
github.com/go-rel/sql/builder
Expand Down

0 comments on commit 832bedd

Please sign in to comment.