diff options
author | Neil Alexander <neilalexander@users.noreply.github.com> | 2022-09-06 17:19:21 +0100 |
---|---|---|
committer | Neil Alexander <neilalexander@users.noreply.github.com> | 2022-09-06 17:19:21 +0100 |
commit | 70cd9a902c84f15817b191999340d003ccbc41eb (patch) | |
tree | b71c48ea463c92b0431533ced2f1ce974a08c454 /go.mod | |
parent | fd7661f69cfecb426f0170a27a4e414b178a1cdf (diff) |
State resolution fixes in `applyAndAuthEvent` (update to matrix-org/gomatrixserverlib#336)
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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-20220905160024-206bfc07ea29 + github.com/matrix-org/gomatrixserverlib v0.0.0-20220906161857-baa46d493267 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 |