diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-05-01 07:21:10 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-01 07:21:10 -0400 |
commit | 66364d9c023fc7a12e046a61e98419bee46f8a70 (patch) | |
tree | ebdaaaa8332094974ae6078a3fdc9dde80aabc79 /go.mod | |
parent | 077c80d25889f2b5b77b4145a330abf5afd09c3f (diff) |
mod: bump modernc.org/sqlite from 1.22.0 to 1.22.1 (#7439)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 4 |
1 files changed, 2 insertions, 2 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.0 - modernc.org/sqlite v1.22.0 + modernc.org/sqlite v1.22.1 unknwon.dev/clog/v2 v2.2.0 xorm.io/builder v0.3.6 xorm.io/core v0.7.2 @@ -134,7 +134,7 @@ require ( lukechampine.com/uint128 v1.2.0 // indirect modernc.org/cc/v3 v3.40.0 // indirect modernc.org/ccgo/v3 v3.16.13 // indirect - modernc.org/libc v1.22.4 // indirect + modernc.org/libc v1.22.5 // indirect modernc.org/mathutil v1.5.0 // indirect modernc.org/memory v1.5.0 // indirect modernc.org/opt v0.1.3 // indirect |