diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2022-07-04 23:17:13 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-07-04 23:17:13 +0800 |
commit | 6043bf20fe45675472eac94f5371b2ba32d952fc (patch) | |
tree | c3319c41a9b7b91b10b5151c4374f20191ea0419 /go.mod | |
parent | 1cd501b107f2fd22aebd1fe3100b37b72f48d74a (diff) |
mod: bump gorm.io/gorm from 1.23.6 to 1.23.7 (#7096)
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
@@ -64,7 +64,7 @@ require ( gorm.io/driver/postgres v1.3.7 gorm.io/driver/sqlite v1.3.4 gorm.io/driver/sqlserver v1.3.1 - gorm.io/gorm v1.23.6 + gorm.io/gorm v1.23.7 modernc.org/sqlite v1.17.3 unknwon.dev/clog/v2 v2.2.0 xorm.io/builder v0.3.6 |