diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2022-05-02 20:57:37 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-02 20:57:37 +0800 |
commit | f1755f5bc559924af83e098e00959b29a9d45f9c (patch) | |
tree | 1bb89fffa5fe05744dc4dc4f83597d3459898ee1 /go.mod | |
parent | 71fc57f8a05c899849bf67a92822fe1e5fcf68b2 (diff) |
mod: bump gorm.io/gorm from 1.23.4 to 1.23.5 (#6924)
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
@@ -63,7 +63,7 @@ require ( gorm.io/driver/postgres v1.3.5 gorm.io/driver/sqlite v1.1.4 gorm.io/driver/sqlserver v1.3.1 - gorm.io/gorm v1.23.4 + gorm.io/gorm v1.23.5 unknwon.dev/clog/v2 v2.2.0 xorm.io/builder v0.3.6 xorm.io/core v0.7.2 |