diff options
author | Neil Alexander <neilalexander@users.noreply.github.com> | 2022-05-09 13:53:51 +0100 |
---|---|---|
committer | Neil Alexander <neilalexander@users.noreply.github.com> | 2022-05-09 13:53:51 +0100 |
commit | 79e2fbc66368d8f4754b9fff8005d3e77969fcc4 (patch) | |
tree | 59ef4d1a317cc16a05a7155224ef06e952befdba /go.mod | |
parent | 4c15c73b3abfb0cca0c95c7a21305a8329e2c23c (diff) |
Update to matrix-org/gomatrixserverlib#307
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -30,7 +30,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-20220506144035-8958f9dfdffd + github.com/matrix-org/gomatrixserverlib v0.0.0-20220509120958-8d818048c34c 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.10 |