aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorNeil Alexander <neilalexander@users.noreply.github.com>2022-05-26 15:08:17 +0100
committerNeil Alexander <neilalexander@users.noreply.github.com>2022-05-26 15:08:17 +0100
commitb541f3043f0ad8924547c540d9235d017d1792f6 (patch)
treeb55bddffc56871ddf9f2f6854a5cbeb1140f7933 /go.mod
parent45c4c006721756595b12b41638a86ec803ee9fbd (diff)
Add support for MSC3787 and `org.matrix.msc3787` room version (update to matrix-org/gomatrixserverlib#310)
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 5b732ab4..9bb2b08e 100644
--- a/go.mod
+++ b/go.mod
@@ -34,7 +34,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-20220526105206-b1c5619fe0c2
+ github.com/matrix-org/gomatrixserverlib v0.0.0-20220526140030-dcfbb70ff32d
github.com/matrix-org/pinecone v0.0.0-20220408153826-2999ea29ed48
github.com/matrix-org/util v0.0.0-20200807132607-55161520e1d4
github.com/mattn/go-sqlite3 v1.14.13