diff options
author | 2022-05-18 16:58:26 +0200 | |
---|---|---|
committer | 2022-05-18 15:58:26 +0100 | |
commit | f4b0d76cd4ae936a1d327c8a06adf0f50a80b8ad (patch) | |
tree | ae39ceff207b2f67dfc4a6971816f29d95507806 /go.mod | |
parent | [chore] Timeline test updates (#578) (diff) | |
download | gotosocial-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 'go.mod')
-rw-r--r-- | go.mod | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -48,7 +48,7 @@ require ( golang.org/x/oauth2 v0.0.0-20220411215720-9780585627b5 golang.org/x/text v0.3.7 gopkg.in/mcuadros/go-syslog.v2 v2.3.0 - modernc.org/sqlite v1.17.0 + modernc.org/sqlite v1.17.2 mvdan.cc/xurls/v2 v2.3.0 ) @@ -124,8 +124,8 @@ require ( gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect lukechampine.com/uint128 v1.2.0 // indirect modernc.org/cc/v3 v3.36.0 // indirect - modernc.org/ccgo/v3 v3.16.4 // indirect - modernc.org/libc v1.16.1 // indirect + modernc.org/ccgo/v3 v3.16.6 // indirect + modernc.org/libc v1.16.7 // indirect modernc.org/mathutil v1.4.1 // indirect modernc.org/memory v1.1.1 // indirect modernc.org/opt v0.1.3 // indirect |