mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-12-15 11:43:02 -06:00
[chore] Update bun and sqlite dependencies (#478)
* update bun + sqlite versions * step bun to v1.1.3
This commit is contained in:
parent
8d34d5af3c
commit
88979b35d4
246 changed files with 409690 additions and 148967 deletions
32
vendor/modernc.org/sqlite/doc.go
generated
vendored
32
vendor/modernc.org/sqlite/doc.go
generated
vendored
|
|
@ -8,20 +8,26 @@
|
|||
// SQLite is an in-process implementation of a self-contained, serverless,
|
||||
// zero-configuration, transactional SQL database engine.
|
||||
//
|
||||
// Thanks
|
||||
//
|
||||
// This project is sponsored by Schleibinger Geräte Teubert u. Greim GmbH by
|
||||
// allowing one of the maintainers to work on it also in office hours.
|
||||
//
|
||||
// Supported platforms and architectures
|
||||
//
|
||||
// These combinations of GOOS and GOARCH are currently supported
|
||||
//
|
||||
// OS Arch SQLite version
|
||||
// ------------------------------
|
||||
// darwin amd64 3.37.2
|
||||
// darwin arm64 3.37.2
|
||||
// freebsd amd64 3.37.2
|
||||
// linux 386 3.37.2
|
||||
// linux amd64 3.37.2
|
||||
// linux arm 3.37.2
|
||||
// linux arm64 3.37.2
|
||||
// windows amd64 3.37.2
|
||||
// darwin amd64 3.38.2
|
||||
// darwin arm64 3.38.2
|
||||
// freebsd amd64 3.38.2
|
||||
// linux 386 3.38.2
|
||||
// linux amd64 3.38.2
|
||||
// linux arm 3.38.2
|
||||
// linux arm64 3.38.2
|
||||
// linux riscv64 3.38.2
|
||||
// windows amd64 3.38.2
|
||||
//
|
||||
// Builders
|
||||
//
|
||||
|
|
@ -31,6 +37,16 @@
|
|||
//
|
||||
// Changelog
|
||||
//
|
||||
// 2022-04-04 v1.16.0:
|
||||
//
|
||||
// Support scalar application defined functions written in Go.
|
||||
//
|
||||
// https://www.sqlite.org/appfunc.html
|
||||
//
|
||||
// 2022-03-13 v1.15.0:
|
||||
//
|
||||
// Support linux/riscv64.
|
||||
//
|
||||
// 2021-11-13 v1.14.0:
|
||||
//
|
||||
// Support windows/amd64. This target had previously only experimental status
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue