deps: Update module modernc.org/sqlite to v1.53.0
All checks were successful
Verify / verify (push) Successful in 2m48s

This commit is contained in:
2026-06-21 11:06:03 +00:00
parent 3b14853aa6
commit 3371bb0b32
2 changed files with 6 additions and 2 deletions

4
go.mod
View File

@@ -10,7 +10,7 @@ require (
github.com/robfig/cron/v3 v3.0.1
github.com/skip2/go-qrcode v0.0.0-20200617195104-da1b6568686e
golang.org/x/crypto v0.53.0
modernc.org/sqlite v1.52.0
modernc.org/sqlite v1.53.0
)
require (
@@ -22,7 +22,7 @@ require (
github.com/ncruces/go-strftime v1.0.0 // indirect
github.com/remyoudompheng/bigfft v0.0.0-20230129092748-24d4a6f8daec // indirect
golang.org/x/sys v0.46.0 // indirect
modernc.org/libc v1.72.3 // indirect
modernc.org/libc v1.73.4 // indirect
modernc.org/mathutil v1.7.1 // indirect
modernc.org/memory v1.11.0 // indirect
)