[chore] bump modernc.org/sqlite to v1.29.8 (with our concurrency workaround) (#2855)

This commit is contained in:
kim 2024-04-22 10:02:11 +01:00 committed by GitHub
commit 12a7eba01f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
17 changed files with 3878 additions and 3254 deletions

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

@ -19,20 +19,20 @@
//
// OS Arch SQLite version
// ------------------------------
// darwin amd64 3.45.2
// darwin arm64 3.45.2
// freebsd amd64 3.45.2
// freebsd arm64 3.45.2
// linux 386 3.45.2
// linux amd64 3.45.2
// linux arm 3.45.2
// linux arm64 3.45.2
// linux loong64 3.45.2
// linux ppc64le 3.45.2
// linux riscv64 3.45.2
// linux s390x 3.45.2
// windows amd64 3.45.2
// windows arm64 3.45.2
// darwin amd64 3.45.3
// darwin arm64 3.45.3
// freebsd amd64 3.45.3
// freebsd arm64 3.45.3
// linux 386 3.45.3
// linux amd64 3.45.3
// linux arm 3.45.3
// linux arm64 3.45.3
// linux loong64 3.45.3
// linux ppc64le 3.45.3
// linux riscv64 3.45.3
// linux s390x 3.45.3
// windows amd64 3.45.3
// windows arm64 3.45.3
//
// # Builders
//

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

4
vendor/modules.txt vendored
View file

@ -1268,7 +1268,7 @@ modernc.org/mathutil
# modernc.org/memory v1.8.0
## explicit; go 1.18
modernc.org/memory
# modernc.org/sqlite v1.29.5 => gitlab.com/NyaaaWhatsUpDoc/sqlite v1.29.7-concurrency-workaround
# modernc.org/sqlite v1.29.8 => gitlab.com/NyaaaWhatsUpDoc/sqlite v1.29.8-concurrency-workaround
## explicit; go 1.20
modernc.org/sqlite
modernc.org/sqlite/lib
@ -1281,4 +1281,4 @@ modernc.org/token
# mvdan.cc/xurls/v2 v2.5.0
## explicit; go 1.19
mvdan.cc/xurls/v2
# modernc.org/sqlite => gitlab.com/NyaaaWhatsUpDoc/sqlite v1.29.7-concurrency-workaround
# modernc.org/sqlite => gitlab.com/NyaaaWhatsUpDoc/sqlite v1.29.8-concurrency-workaround