From 63e1dc0ad23e8ba0b9cf373f590607faf09f606e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Jul 2022 17:36:54 +0000 Subject: [PATCH] chore(deps): bump gorm.io/driver/mysql from 1.3.4 to 1.3.5 Bumps [gorm.io/driver/mysql](https://github.com/go-gorm/mysql) from 1.3.4 to 1.3.5. - [Release notes](https://github.com/go-gorm/mysql/releases) - [Commits](https://github.com/go-gorm/mysql/compare/v1.3.4...v1.3.5) --- updated-dependencies: - dependency-name: gorm.io/driver/mysql dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- go.mod | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/go.mod b/go.mod index 2994481..af12c02 100644 --- a/go.mod +++ b/go.mod @@ -52,7 +52,7 @@ require ( gopkg.in/natefinch/lumberjack.v2 v2.0.0 gopkg.in/yaml.v2 v2.4.0 gorm.io/datatypes v1.0.7 - gorm.io/driver/mysql v1.3.4 - gorm.io/gorm v1.23.7 + gorm.io/driver/mysql v1.3.5 + gorm.io/gorm v1.23.8 gorm.io/plugin/opentracing v0.0.0-20211220013347-7d2b2af23560 )