aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authordevonh <devon.dmytro@gmail.com>2023-07-21 16:08:40 +0000
committerGitHub <noreply@github.com>2023-07-21 16:08:40 +0000
commitc809e9533595a86750e864bcbd9880eb96b9e76f (patch)
tree82388ce1e91afd35ed186320af9de3e21712d72e /go.mod
parente216c2fbf0fd117ddb8b96b05d514b9987cbb0d2 (diff)
Fix event federation with pseudoID rooms (#3156)
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 77f51419..0e77f903 100644
--- a/go.mod
+++ b/go.mod
@@ -22,7 +22,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-20220926102614-ceba4d9f7530
- github.com/matrix-org/gomatrixserverlib v0.0.0-20230720130651-c87b4eaee74b
+ github.com/matrix-org/gomatrixserverlib v0.0.0-20230721154317-b5b0448aa378
github.com/matrix-org/pinecone v0.11.1-0.20230210171230-8c3b24f2649a
github.com/matrix-org/util v0.0.0-20221111132719-399730281e66
github.com/mattn/go-sqlite3 v1.14.17