summaryrefslogtreecommitdiff
path: root/vendor/modernc.org/sqlite/doc.go
diff options
context:
space:
mode:
authorLibravatar tobi <31960611+tsmethurst@users.noreply.github.com>2023-03-06 11:00:53 +0100
committerLibravatar GitHub <noreply@github.com>2023-03-06 11:00:53 +0100
commitb344c2c8f4b2ef98effe2f19d70f63c5a835ba86 (patch)
treec1c75f5a0c55a118a0e34e6890bae0230133d25c /vendor/modernc.org/sqlite/doc.go
parent[bugfix] internal server error on search not found (#1590) (diff)
downloadgotosocial-b344c2c8f4b2ef98effe2f19d70f63c5a835ba86.tar.xz
[chore] Update uptrace/bun and modernc/sqlite dependencies (#1598)
* [chore] Update bun from 1.1.10 -> 1.1.12 * [chore] bump modernc/sqlite 1.20.4 -> 1.21.0
Diffstat (limited to 'vendor/modernc.org/sqlite/doc.go')
-rw-r--r--vendor/modernc.org/sqlite/doc.go28
1 files changed, 16 insertions, 12 deletions
diff --git a/vendor/modernc.org/sqlite/doc.go b/vendor/modernc.org/sqlite/doc.go
index ebe1bbb77..121810ce3 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.