[chore]: Bump modernc.org/sqlite from 1.24.0 to 1.25.0 (#2114)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2023-08-16 16:09:50 +01:00 committed by GitHub
commit 8f4b779b2d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
122 changed files with 96210 additions and 40626 deletions

2
vendor/modernc.org/sqlite/doc.go generated vendored
View file

@ -94,6 +94,8 @@
//
// # Changelog
//
// 2023-08-03 v1.25.0: enable SQLITE_ENABLE_DBSTAT_VTAB.
//
// 2023-07-11 v1.24.0:
//
// Add (*conn).{Serialize,Deserialize,NewBackup,NewRestore} methods, add Backup type.