summaryrefslogtreecommitdiff
path: root/vendor/modernc.org/sqlite/doc.go
diff options
context:
space:
mode:
authorLibravatar tobi <31960611+tsmethurst@users.noreply.github.com>2022-05-18 16:58:26 +0200
committerLibravatar GitHub <noreply@github.com>2022-05-18 15:58:26 +0100
commitf4b0d76cd4ae936a1d327c8a06adf0f50a80b8ad (patch)
treeae39ceff207b2f67dfc4a6971816f29d95507806 /vendor/modernc.org/sqlite/doc.go
parent[chore] Timeline test updates (#578) (diff)
downloadgotosocial-f4b0d76cd4ae936a1d327c8a06adf0f50a80b8ad.tar.xz
[performance] Add further indexes to mitigate laggy queries (#586)
* start adding more indexes as a migration * update sqlite version
Diffstat (limited to 'vendor/modernc.org/sqlite/doc.go')
-rw-r--r--vendor/modernc.org/sqlite/doc.go20
1 files changed, 10 insertions, 10 deletions
diff --git a/vendor/modernc.org/sqlite/doc.go b/vendor/modernc.org/sqlite/doc.go
index 1c8360e5b..371ad368f 100644
--- a/vendor/modernc.org/sqlite/doc.go
+++ b/vendor/modernc.org/sqlite/doc.go
@@ -19,16 +19,16 @@
//
// OS Arch SQLite version
// ------------------------------
-// darwin amd64 3.38.2
-// darwin arm64 3.38.2
-// freebsd amd64 3.38.2
-// linux 386 3.38.2
-// linux amd64 3.38.2
-// linux arm 3.38.2
-// linux arm64 3.38.2
-// linux riscv64 3.38.2
-// windows amd64 3.38.2
-// windows arm64 3.38.2
+// darwin amd64 3.38.5
+// darwin arm64 3.38.5
+// freebsd amd64 3.38.5
+// linux 386 3.38.5
+// linux amd64 3.38.5
+// linux arm 3.38.5
+// linux arm64 3.38.5
+// linux riscv64 3.38.5
+// windows amd64 3.38.5
+// windows arm64 3.38.5
//
// Builders
//