diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2022-09-27 20:31:42 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-09-27 20:31:42 +0800 |
commit | 777fb14fc9b71b18d4288a104d817490591a3fe9 (patch) | |
tree | ed40430e474f8185493c47a75d4351dad782f276 /go.mod | |
parent | 25d6b168c5663fc91ac92da277b94ec800f07d86 (diff) |
mod: bump gorm.io/gorm from 1.23.9 to 1.23.10 (#7166)
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
@@ -53,7 +53,7 @@ require ( gorm.io/driver/postgres v1.3.10 gorm.io/driver/sqlite v1.3.4 gorm.io/driver/sqlserver v1.3.1 - gorm.io/gorm v1.23.9 + gorm.io/gorm v1.23.10 modernc.org/sqlite v1.19.1 unknwon.dev/clog/v2 v2.2.0 xorm.io/builder v0.3.6 |