Update vendor (whatsapp)

This commit is contained in:
Wim
2022-03-19 22:04:13 +01:00
parent d64eed49bc
commit 2623a412c4
119 changed files with 330355 additions and 88883 deletions

21
vendor/modernc.org/sqlite/doc.go generated vendored
View File

@@ -14,14 +14,15 @@
//
// OS Arch SQLite version
// ------------------------------
// darwin amd64 3.38.0
// darwin arm64 3.38.0
// freebsd amd64 3.38.0
// linux 386 3.38.0
// linux amd64 3.38.0
// linux arm 3.38.0
// linux arm64 3.38.0
// windows amd64 3.38.0
// darwin amd64 3.38.1
// darwin arm64 3.38.1
// freebsd amd64 3.38.1
// linux 386 3.38.1
// linux amd64 3.38.1
// linux arm 3.38.1
// linux arm64 3.38.1
// linux riscv64 3.38.1
// windows amd64 3.38.1
//
// Builders
//
@@ -31,6 +32,10 @@
//
// Changelog
//
// 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