diff options
author | Wim <wim@42.be> | 2022-03-19 22:04:13 +0100 |
---|---|---|
committer | Wim <wim@42.be> | 2022-03-20 14:57:48 +0100 |
commit | 2623a412c42a81104b97ae8c81a5f66760fee4b6 (patch) | |
tree | 502c6d4473baac3792d14fda51dbb56179f19424 /vendor/modernc.org/sqlite/doc.go | |
parent | d64eed49bc6f2e8a01f922727795eea158cbc56d (diff) | |
download | matterbridge-msglm-2623a412c42a81104b97ae8c81a5f66760fee4b6.tar.gz matterbridge-msglm-2623a412c42a81104b97ae8c81a5f66760fee4b6.tar.bz2 matterbridge-msglm-2623a412c42a81104b97ae8c81a5f66760fee4b6.zip |
Update vendor (whatsapp)
Diffstat (limited to 'vendor/modernc.org/sqlite/doc.go')
-rw-r--r-- | vendor/modernc.org/sqlite/doc.go | 21 |
1 files changed, 13 insertions, 8 deletions
diff --git a/vendor/modernc.org/sqlite/doc.go b/vendor/modernc.org/sqlite/doc.go index cda94472..f9e07b48 100644 --- a/vendor/modernc.org/sqlite/doc.go +++ b/vendor/modernc.org/sqlite/doc.go @@ -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 |