diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-08-21 10:40:39 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-08-21 10:40:39 -0400 |
commit | 1112a71ea5279a29666d54f07ef101480519fd16 (patch) | |
tree | 5e5b8641c210dc72a932c56e237a341dc0232f0e /go.mod | |
parent | 9d86838fa7a03cdf52718012db6e7ecadffd81e0 (diff) |
mod: bump gorm.io/gorm from 1.25.3 to 1.25.4 (#7535)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -54,7 +54,7 @@ require ( gorm.io/driver/postgres v1.5.2 gorm.io/driver/sqlite v1.4.2 gorm.io/driver/sqlserver v1.4.1 - gorm.io/gorm v1.25.3 + gorm.io/gorm v1.25.4 modernc.org/sqlite v1.25.0 unknwon.dev/clog/v2 v2.2.0 xorm.io/builder v0.3.6 |