diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-01-01 13:51:32 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-01-01 13:51:32 -0500 |
commit | 7b06bf642a04f3ee5485da185c53d990df062a12 (patch) | |
tree | 6be345fe9b67e03b34fa3b30a32ff281ebcf2766 /go.mod | |
parent | b6e4b379c1c652915cee22194312ba7f4232a8c4 (diff) |
mod: bump modernc.org/sqlite from 1.27.0 to 1.28.0 (#7637)
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.5 - modernc.org/sqlite v1.27.0 + modernc.org/sqlite v1.28.0 unknwon.dev/clog/v2 v2.2.0 xorm.io/builder v0.3.6 xorm.io/core v0.7.2 |