From 7bb68a906ec493cf559e6dc0713f84c58e5d6dc2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 13 Jul 2024 08:46:26 +0000 Subject: [PATCH] fix(deps): update module gorm.io/gorm to v1.25.11 (#151) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [gorm.io/gorm](https://togithub.com/go-gorm/gorm) | `v1.25.9` -> `v1.25.11` | [![age](https://developer.mend.io/api/mc/badges/age/go/gorm.io%2fgorm/v1.25.11?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/go/gorm.io%2fgorm/v1.25.11?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/go/gorm.io%2fgorm/v1.25.9/v1.25.11?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/go/gorm.io%2fgorm/v1.25.9/v1.25.11?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes
go-gorm/gorm (gorm.io/gorm) ### [`v1.25.11`](https://togithub.com/go-gorm/gorm/compare/v1.25.10...v1.25.11) [Compare Source](https://togithub.com/go-gorm/gorm/compare/v1.25.10...v1.25.11) ### [`v1.25.10`](https://togithub.com/go-gorm/gorm/compare/v1.25.9...v1.25.10) [Compare Source](https://togithub.com/go-gorm/gorm/compare/v1.25.9...v1.25.10)
--- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/PingCAP-QE/ee-apps). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- change-insight/go.mod | 2 +- change-insight/go.sum | 4 ++-- tibuild/go.mod | 2 +- tibuild/go.sum | 4 ++-- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/change-insight/go.mod b/change-insight/go.mod index a82bdf0..9d5797c 100644 --- a/change-insight/go.mod +++ b/change-insight/go.mod @@ -7,7 +7,7 @@ require ( github.com/spf13/pflag v1.0.5 github.com/spf13/viper v1.18.2 gorm.io/driver/mysql v1.5.6 - gorm.io/gorm v1.25.9 + gorm.io/gorm v1.25.11 ) require ( diff --git a/change-insight/go.sum b/change-insight/go.sum index 4ab280d..c12794f 100644 --- a/change-insight/go.sum +++ b/change-insight/go.sum @@ -133,6 +133,6 @@ gopkg.in/yaml.v3 v3.0.1/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM= gorm.io/driver/mysql v1.5.6 h1:Ld4mkIickM+EliaQZQx3uOJDJHtrd70MxAUqWqlx3Y8= gorm.io/driver/mysql v1.5.6/go.mod h1:sEtPWMiqiN1N1cMXoXmBbd8C6/l+TESwriotuRRpkDM= gorm.io/gorm v1.25.7/go.mod h1:hbnx/Oo0ChWMn1BIhpy1oYozzpM15i4YPuHDmfYtwg8= -gorm.io/gorm v1.25.9 h1:wct0gxZIELDk8+ZqF/MVnHLkA1rvYlBWUMv2EdsK1g8= -gorm.io/gorm v1.25.9/go.mod h1:hbnx/Oo0ChWMn1BIhpy1oYozzpM15i4YPuHDmfYtwg8= +gorm.io/gorm v1.25.11 h1:/Wfyg1B/je1hnDx3sMkX+gAlxrlZpn6X0BXRlwXlvHg= +gorm.io/gorm v1.25.11/go.mod h1:xh7N7RHfYlNc5EmcI/El95gXusucDrQnHXe0+CgWcLQ= rsc.io/pdf v0.1.1/go.mod h1:n8OzWcQ6Sp37PL01nO98y4iUCRdTGarVfzxY20ICaU4= diff --git a/tibuild/go.mod b/tibuild/go.mod index 508bbc8..fcd1ae0 100644 --- a/tibuild/go.mod +++ b/tibuild/go.mod @@ -20,7 +20,7 @@ require ( github.com/tektoncd/pipeline v0.39.0 gopkg.in/yaml.v3 v3.0.1 gorm.io/driver/mysql v1.5.6 - gorm.io/gorm v1.25.9 + gorm.io/gorm v1.25.11 ) require ( diff --git a/tibuild/go.sum b/tibuild/go.sum index 640db47..6238f32 100644 --- a/tibuild/go.sum +++ b/tibuild/go.sum @@ -1214,8 +1214,8 @@ gopkg.in/yaml.v3 v3.0.1/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM= gorm.io/driver/mysql v1.5.6 h1:Ld4mkIickM+EliaQZQx3uOJDJHtrd70MxAUqWqlx3Y8= gorm.io/driver/mysql v1.5.6/go.mod h1:sEtPWMiqiN1N1cMXoXmBbd8C6/l+TESwriotuRRpkDM= gorm.io/gorm v1.25.7/go.mod h1:hbnx/Oo0ChWMn1BIhpy1oYozzpM15i4YPuHDmfYtwg8= -gorm.io/gorm v1.25.9 h1:wct0gxZIELDk8+ZqF/MVnHLkA1rvYlBWUMv2EdsK1g8= -gorm.io/gorm v1.25.9/go.mod h1:hbnx/Oo0ChWMn1BIhpy1oYozzpM15i4YPuHDmfYtwg8= +gorm.io/gorm v1.25.11 h1:/Wfyg1B/je1hnDx3sMkX+gAlxrlZpn6X0BXRlwXlvHg= +gorm.io/gorm v1.25.11/go.mod h1:xh7N7RHfYlNc5EmcI/El95gXusucDrQnHXe0+CgWcLQ= honnef.co/go/tools v0.0.0-20190102054323-c2f93a96b099/go.mod h1:rf3lG4BRIbNafJWhAfAdb/ePZxsR/4RtNHQocxwk9r4= honnef.co/go/tools v0.0.0-20190106161140-3f1c8253044a/go.mod h1:rf3lG4BRIbNafJWhAfAdb/ePZxsR/4RtNHQocxwk9r4= honnef.co/go/tools v0.0.0-20190418001031-e561f6794a2a/go.mod h1:rf3lG4BRIbNafJWhAfAdb/ePZxsR/4RtNHQocxwk9r4=