Skip to content

Commit

Permalink
Bump github.com/go-rel/mysql from 0.9.1 to 0.10.0 (#83)
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.9.1 to 0.10.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.9.1...v0.10.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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Aug 7, 2023
1 parent b626642 commit 96eee46
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ go 1.19

require (
github.com/go-rel/migration v0.3.1
github.com/go-rel/mysql v0.9.1
github.com/go-rel/mysql v0.10.0
github.com/go-rel/postgres v0.9.0
github.com/go-rel/rel v0.39.0
github.com/go-rel/reltest v0.11.0
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ github.com/fsnotify/fsnotify v1.4.9/go.mod h1:znqG4EE+3YCdAaPaxE2ZRY/06pZUdp0tY4
github.com/fsnotify/fsnotify v1.6.0 h1:n+5WquG0fcWoWp6xPWfHdbskMCQaFnG6PfBrh1Ky4HY=
github.com/go-rel/migration v0.3.1 h1:Y9wSeBOsaZaSiiTchwS1GBhvLxQMnnOSSLAjgfSSckc=
github.com/go-rel/migration v0.3.1/go.mod h1:qIfXgsIK61xUT4YKdt/ceQ5mTvzOfNa3Z69dcrAcRKw=
github.com/go-rel/mysql v0.9.1 h1:hHrLz1MFPW1H72kRemoigx0KtZyrFr4GFEz85c+ypfU=
github.com/go-rel/mysql v0.9.1/go.mod h1:gjpOe9PNvAnkmK7EP1Ne3gbrwkRSQ/VUx8d5BHrXWaU=
github.com/go-rel/mysql v0.10.0 h1:2K6NT3e2OIhvJZWswzDnwNLLsbeIX+7SQg+kUYYdPBY=
github.com/go-rel/mysql v0.10.0/go.mod h1:aDRiKtGFj+xzOorJWYt1IEAUhoRnMxWlFQ7o0RZzspE=
github.com/go-rel/postgres v0.9.0 h1:4QSlB1AI1irXyLxYS3f6cE1d0EJ7Q5JPcA8HGr8ZBEk=
github.com/go-rel/postgres v0.9.0/go.mod h1:rF/HtFwHBx8wHr7+oZK1x2TX0Dbr20ams62WtPy2tVU=
github.com/go-rel/primaryreplica v0.4.0 h1:lhU+4dh0/sDQEs602Chiz0SJDXewPU06baWQlx7oB3c=
Expand Down

0 comments on commit 96eee46

Please sign in to comment.