aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorTill Faelligen <2353100+S7evinK@users.noreply.github.com>2022-08-29 07:23:46 +0200
committerTill Faelligen <2353100+S7evinK@users.noreply.github.com>2022-08-29 07:23:46 +0200
commitaba171d9bcfcfa31e8f1b16e2d91b256d0cfa07c (patch)
treef06de91140a3e881c16972af3de67045037d4a36 /go.mod
parenta3eb4e5e9806745f3e6fd36f43bfa07333650cb4 (diff)
Default to limit of 20 state events
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod2
1 files changed, 1 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index 1f55ee5b..ee025c35 100644
--- a/go.mod
+++ b/go.mod
@@ -21,7 +21,7 @@ require (
github.com/matrix-org/dugong v0.0.0-20210921133753-66e6b1c67e2e
github.com/matrix-org/go-sqlite3-js v0.0.0-20220419092513-28aa791a1c91
github.com/matrix-org/gomatrix v0.0.0-20210324163249-be2af5ef2e16
- github.com/matrix-org/gomatrixserverlib v0.0.0-20220828085018-5f66df08dc66
+ github.com/matrix-org/gomatrixserverlib v0.0.0-20220829052120-b3746121e530
github.com/matrix-org/pinecone v0.0.0-20220803093810-b7a830c08fb9
github.com/matrix-org/util v0.0.0-20200807132607-55161520e1d4
github.com/mattn/go-sqlite3 v1.14.13