From e85f3f218cb5e3999005abbda02bf8d7583ea34b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Apr 2022 17:50:43 +0000 Subject: [PATCH] chore(deps): bump gorm.io/gorm from 1.23.3 to 1.23.4 Bumps [gorm.io/gorm](https://github.com/go-gorm/gorm) from 1.23.3 to 1.23.4. - [Release notes](https://github.com/go-gorm/gorm/releases) - [Commits](https://github.com/go-gorm/gorm/compare/v1.23.3...v1.23.4) --- updated-dependencies: - dependency-name: gorm.io/gorm dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 841171e..f21476b 100644 --- a/go.mod +++ b/go.mod @@ -51,6 +51,6 @@ require ( gopkg.in/yaml.v2 v2.4.0 gorm.io/datatypes v1.0.6 gorm.io/driver/mysql v1.3.2 - gorm.io/gorm v1.23.3 + gorm.io/gorm v1.23.4 gorm.io/plugin/opentracing v0.0.0-20211220013347-7d2b2af23560 )