mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-10-30 03:02:25 -05:00
[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:
parent
fe39d50e09
commit
daf44ac2b7
529 changed files with 971879 additions and 1370194 deletions
25
vendor/modernc.org/sqlite/doc.go
generated
vendored
25
vendor/modernc.org/sqlite/doc.go
generated
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue