mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-11-01 00:22:24 -05:00
bump our fork of modernc.org/sqlite to tag v1.36.0-concurrency-workaround (#3864)
This commit is contained in:
parent
0e2e8e54ab
commit
861b5cd920
18 changed files with 242894 additions and 185660 deletions
32
vendor/modernc.org/sqlite/doc.go
generated
vendored
32
vendor/modernc.org/sqlite/doc.go
generated
vendored
|
|
@ -27,21 +27,21 @@
|
|||
//
|
||||
// OS Arch SQLite version
|
||||
// ------------------------------
|
||||
// darwin amd64 3.46.0
|
||||
// darwin arm64 3.46.0
|
||||
// freebsd amd64 3.46.0
|
||||
// freebsd arm64 3.46.0
|
||||
// linux 386 3.46.0
|
||||
// linux amd64 3.46.0
|
||||
// linux arm 3.46.0
|
||||
// linux arm64 3.46.0
|
||||
// linux loong64 3.46.0
|
||||
// linux ppc64le 3.46.0
|
||||
// linux riscv64 3.46.0
|
||||
// linux s390x 3.46.0
|
||||
// windows 386 3.46.0
|
||||
// windows amd64 3.46.0
|
||||
// windows arm64 3.46.0
|
||||
// darwin amd64 3.49.0
|
||||
// darwin arm64 3.49.0
|
||||
// freebsd amd64 3.49.0
|
||||
// freebsd arm64 3.49.0
|
||||
// linux 386 3.49.0
|
||||
// linux amd64 3.49.0
|
||||
// linux arm 3.49.0
|
||||
// linux arm64 3.49.0
|
||||
// linux loong64 3.49.0
|
||||
// linux ppc64le 3.49.0
|
||||
// linux riscv64 3.49.0
|
||||
// linux s390x 3.49.0
|
||||
// windows 386 3.49.0
|
||||
// windows amd64 3.49.0
|
||||
// windows arm64 3.49.0
|
||||
//
|
||||
// # Builders
|
||||
//
|
||||
|
|
@ -51,6 +51,8 @@
|
|||
//
|
||||
// # Changelog
|
||||
//
|
||||
// - 2025-02-26 v1.36.0: Upgrade to SQLite 3.49.0.
|
||||
//
|
||||
// - 2024-11-16 v1.34.0: Implement ResetSession and IsValid methods in connection
|
||||
//
|
||||
// - 2024-07-22 v1.31.0: Support windows/386.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue