mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-12-15 02:53:00 -06:00
[chore] Update uptrace/bun and modernc/sqlite dependencies (#1598)
* [chore] Update bun from 1.1.10 -> 1.1.12 * [chore] bump modernc/sqlite 1.20.4 -> 1.21.0
This commit is contained in:
parent
d8d5818b47
commit
b344c2c8f4
84 changed files with 127892 additions and 111380 deletions
28
vendor/modernc.org/sqlite/doc.go
generated
vendored
28
vendor/modernc.org/sqlite/doc.go
generated
vendored
|
|
@ -19,18 +19,18 @@
|
|||
//
|
||||
// OS Arch SQLite version
|
||||
// ------------------------------
|
||||
// darwin amd64 3.40.1
|
||||
// darwin arm64 3.40.1
|
||||
// freebsd amd64 3.40.1
|
||||
// freebsd arm64 3.40.1
|
||||
// linux 386 3.40.1
|
||||
// linux amd64 3.40.1
|
||||
// linux arm 3.40.1
|
||||
// linux arm64 3.40.1
|
||||
// linux ppc64le 3.40.1
|
||||
// linux riscv64 3.40.1
|
||||
// windows amd64 3.40.1
|
||||
// windows arm64 3.40.1
|
||||
// darwin amd64 3.41.0
|
||||
// darwin arm64 3.41.0
|
||||
// freebsd amd64 3.41.0
|
||||
// freebsd arm64 3.41.0
|
||||
// linux 386 3.41.0
|
||||
// linux amd64 3.41.0
|
||||
// linux arm 3.41.0
|
||||
// linux arm64 3.41.0
|
||||
// linux ppc64le 3.41.0
|
||||
// linux riscv64 3.41.0
|
||||
// windows amd64 3.41.0
|
||||
// windows arm64 3.41.0
|
||||
//
|
||||
// Builders
|
||||
//
|
||||
|
|
@ -40,6 +40,10 @@
|
|||
//
|
||||
// Changelog
|
||||
//
|
||||
// 2023-02-23 v1.21.0:
|
||||
//
|
||||
// Upgrade to SQLite 3.41.0, release notes at https://sqlite.org/releaselog/3_41_0.html.
|
||||
//
|
||||
// 2022-11-28 v1.20.0
|
||||
//
|
||||
// Support linux/ppc64le.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue