summaryrefslogtreecommitdiffstats
path: root/vendor/modernc.org/sqlite/doc.go
diff options
context:
space:
mode:
authorWim <wim@42.be>2022-11-27 00:42:16 +0100
committerGitHub <noreply@github.com>2022-11-27 00:42:16 +0100
commit4fd0a7672777f0ed15692ae2ba47838208537558 (patch)
treeb119834a8b9ee78aa8f1b2ad05efa7da50516cbf /vendor/modernc.org/sqlite/doc.go
parent6da9d567dc9195e9a5211f23a6795a41f56a1bfc (diff)
downloadmatterbridge-msglm-4fd0a7672777f0ed15692ae2ba47838208537558.tar.gz
matterbridge-msglm-4fd0a7672777f0ed15692ae2ba47838208537558.tar.bz2
matterbridge-msglm-4fd0a7672777f0ed15692ae2ba47838208537558.zip
Update dependencies (#1929)
Diffstat (limited to 'vendor/modernc.org/sqlite/doc.go')
-rw-r--r--vendor/modernc.org/sqlite/doc.go25
1 files changed, 15 insertions, 10 deletions
diff --git a/vendor/modernc.org/sqlite/doc.go b/vendor/modernc.org/sqlite/doc.go
index 91ddc0aa..5d6fe98e 100644
--- a/vendor/modernc.org/sqlite/doc.go
+++ b/vendor/modernc.org/sqlite/doc.go
@@ -19,16 +19,17 @@
//
// OS Arch SQLite version
// ------------------------------
-// darwin amd64 3.39.2
-// darwin arm64 3.39.2
-// freebsd amd64 3.39.2
-// linux 386 3.39.2
-// linux amd64 3.39.2
-// linux arm 3.39.2
-// linux arm64 3.39.2
-// linux riscv64 3.39.2
-// windows amd64 3.39.2
-// windows arm64 3.39.2
+// darwin amd64 3.39.4
+// darwin arm64 3.39.4
+// freebsd amd64 3.39.4
+// freebsd arm64 3.39.4
+// linux 386 3.39.4
+// linux amd64 3.39.4
+// linux arm 3.39.4
+// linux arm64 3.39.4
+// linux riscv64 3.39.4
+// windows amd64 3.39.4
+// windows arm64 3.39.4
//
// Builders
//
@@ -38,6 +39,10 @@
//
// Changelog
//
+// 2022-09-16 v1.19.0:
+//
+// Support frebsd/arm64.
+//
// 2022-07-26 v1.18.0:
//
// Adds support for Go fs.FS based SQLite virtual filesystems, see function New