[chore] Bump database dependencies (#1164)

github.com/uptrace/bun v1.1.8 -> v1.1.9
github.com/uptrace/bun/pgdialect v1.1.8 -> v1.1.9
github.com/uptrace/bun/sqlitedialect v1.1.8 -> v1.1.9
modernc.org/sqlite v1.18.2 -> v1.19.5
This commit is contained in:
tobi 2022-11-28 11:19:39 +01:00 committed by GitHub
commit daf44ac2b7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
529 changed files with 971879 additions and 1370194 deletions

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

@ -19,16 +19,17 @@
//
// OS Arch SQLite version
// ------------------------------
// darwin amd64 3.39.3
// darwin arm64 3.39.3
// freebsd amd64 3.39.3
// linux 386 3.39.3
// linux amd64 3.39.3
// linux arm 3.39.3
// linux arm64 3.39.3
// linux riscv64 3.39.3
// windows amd64 3.39.3
// windows arm64 3.39.3
// darwin amd64 3.39.4
// darwin arm64 3.39.4
// freebsd amd64 3.39.4
// freebsd arm64 3.39.4
// linux 386 3.39.4
// linux amd64 3.39.4
// linux arm 3.39.4
// linux arm64 3.39.4
// linux riscv64 3.39.4
// windows amd64 3.39.4
// windows arm64 3.39.4
//
// Builders
//
@ -38,6 +39,10 @@
//
// Changelog
//
// 2022-09-16 v1.19.0:
//
// Support frebsd/arm64.
//
// 2022-07-26 v1.18.0:
//
// Adds support for Go fs.FS based SQLite virtual filesystems, see function New