diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-10-02 22:51:11 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-02 22:51:11 -0400 |
commit | 89b123f9d1ad7495fbd9cc870542add7c9612a5b (patch) | |
tree | 49abe535c45e13c0ea8edf4b42b2926831027fad /go.mod | |
parent | 4821e8978033ea2321720d5356b7cbe12cf6dd3d (diff) |
mod: bump modernc.org/sqlite from 1.25.0 to 1.26.0 (#7559)
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
@@ -55,7 +55,7 @@ require ( gorm.io/driver/sqlite v1.4.2 gorm.io/driver/sqlserver v1.4.1 gorm.io/gorm v1.25.4 - modernc.org/sqlite v1.25.0 + modernc.org/sqlite v1.26.0 unknwon.dev/clog/v2 v2.2.0 xorm.io/builder v0.3.6 xorm.io/core v0.7.2 |