diff options
author | Wim <wim@42.be> | 2023-03-09 22:48:00 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-09 22:48:00 +0100 |
commit | 08779c29099e8940493df56d28d8aa131ac8342e (patch) | |
tree | 7ad8ce25cf371e582137e1706dd671a6bf4342d0 /vendor/modernc.org/sqlite/doc.go | |
parent | d5f9cdf912d43cd2a5cb243e086fbdab9a9073b0 (diff) | |
download | matterbridge-msglm-08779c29099e8940493df56d28d8aa131ac8342e.tar.gz matterbridge-msglm-08779c29099e8940493df56d28d8aa131ac8342e.tar.bz2 matterbridge-msglm-08779c29099e8940493df56d28d8aa131ac8342e.zip |
Update dependencies (#2007)
* Update dependencies
Diffstat (limited to 'vendor/modernc.org/sqlite/doc.go')
-rw-r--r-- | vendor/modernc.org/sqlite/doc.go | 28 |
1 files changed, 16 insertions, 12 deletions
diff --git a/vendor/modernc.org/sqlite/doc.go b/vendor/modernc.org/sqlite/doc.go index ebe1bbb7..121810ce 100644 --- a/vendor/modernc.org/sqlite/doc.go +++ b/vendor/modernc.org/sqlite/doc.go @@ -19,18 +19,18 @@ // // OS Arch SQLite version // ------------------------------ -// darwin amd64 3.40.1 -// darwin arm64 3.40.1 -// freebsd amd64 3.40.1 -// freebsd arm64 3.40.1 -// linux 386 3.40.1 -// linux amd64 3.40.1 -// linux arm 3.40.1 -// linux arm64 3.40.1 -// linux ppc64le 3.40.1 -// linux riscv64 3.40.1 -// windows amd64 3.40.1 -// windows arm64 3.40.1 +// darwin amd64 3.41.0 +// darwin arm64 3.41.0 +// freebsd amd64 3.41.0 +// freebsd arm64 3.41.0 +// linux 386 3.41.0 +// linux amd64 3.41.0 +// linux arm 3.41.0 +// linux arm64 3.41.0 +// linux ppc64le 3.41.0 +// linux riscv64 3.41.0 +// windows amd64 3.41.0 +// windows arm64 3.41.0 // // Builders // @@ -40,6 +40,10 @@ // // Changelog // +// 2023-02-23 v1.21.0: +// +// Upgrade to SQLite 3.41.0, release notes at https://sqlite.org/releaselog/3_41_0.html. +// // 2022-11-28 v1.20.0 // // Support linux/ppc64le. |