aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorNeil Alexander <neilalexander@users.noreply.github.com>2022-09-12 15:27:45 +0100
committerNeil Alexander <neilalexander@users.noreply.github.com>2022-09-12 15:27:45 +0100
commit62afb936a5d282d0f500645c3442c1c294d37bdb (patch)
tree0ae352fc2f9fcadfd600d2dfdde50f6301ea2d19 /go.mod
parent47b2a5d6b8d2704950170cc636ed3dabdad59c06 (diff)
Update to matrix-org/gomatrixserverlib@7b96db4
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 a3e52c1a..d151b299 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-20210324163249-be2af5ef2e16
- github.com/matrix-org/gomatrixserverlib v0.0.0-20220911125436-dec87dbaa407
+ github.com/matrix-org/gomatrixserverlib v0.0.0-20220912142654-7b96db48888a
github.com/matrix-org/pinecone v0.0.0-20220912093434-b215925d5534
github.com/matrix-org/util v0.0.0-20200807132607-55161520e1d4
github.com/mattn/go-sqlite3 v1.14.13