From 58be625df0a53299c572ad29299869c1f2af7d71 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 May 2024 00:43:31 +0000 Subject: [PATCH] Bump github.com/go-rel/mysql from 0.12.0 to 0.13.0 (#95) 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](https://github.com/go-rel/mysql/compare/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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- go.mod | 2 +- go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index b69db5d..e07220c 100644 --- a/go.mod +++ b/go.mod @@ -4,7 +4,7 @@ go 1.19 require ( github.com/go-rel/migration v0.3.1 - github.com/go-rel/mysql v0.12.0 + github.com/go-rel/mysql v0.13.0 github.com/go-rel/postgres v0.12.0 github.com/go-rel/rel v0.42.0 github.com/go-rel/reltest v0.12.0 diff --git a/go.sum b/go.sum index 418ddc3..04dbaa6 100644 --- a/go.sum +++ b/go.sum @@ -8,8 +8,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.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/postgres v0.12.0 h1:Y1dfqpsD1sVUq5HbUN+u5XkDBnaRwyRFnZ8ul34hSp4= github.com/go-rel/postgres v0.12.0/go.mod h1:6jYSw/HoYlx72sS0+Ds3IEDQTiYb4WRDSNLJTyxsiaw= github.com/go-rel/primaryreplica v0.6.0 h1:8ZlgUatz+Ger+d51aIvlDWK3iZSa2RwD6ys3cingyf0=