aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorNeil Alexander <neilalexander@users.noreply.github.com>2022-09-05 17:00:54 +0100
committerNeil Alexander <neilalexander@users.noreply.github.com>2022-09-05 17:00:54 +0100
commitbea3dbe77bac078f07927df54c63f145df8a0caf (patch)
tree77fcdb332114cef8fae81a384574514148fd3ec2 /go.mod
parent1c1d09abd4009e3fcc76b71ad158fb16e5e776cc (diff)
State and auth tweaks (update to matrix-org/gomatrixserverlib#335)
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 67a7771e..b7f1920c 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-20220830164018-c71e518537a2
+ github.com/matrix-org/gomatrixserverlib v0.0.0-20220905160024-206bfc07ea29
github.com/matrix-org/pinecone v0.0.0-20220901133433-565beccfebed
github.com/matrix-org/util v0.0.0-20200807132607-55161520e1d4
github.com/mattn/go-sqlite3 v1.14.13