diff options
author | Till <2353100+S7evinK@users.noreply.github.com> | 2023-09-27 08:27:08 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-27 08:27:08 +0200 |
commit | 05a8f1ede3ca0ccd0f9a7d327ef3cb30b6fd2798 (patch) | |
tree | cda98010f6bf78dd4a595d5132dcf5186c20a99f /go.mod | |
parent | 16d922de701ca28966127b2e1160d65527f65e8e (diff) |
Support for room version v11 (#3204)
Fixes #3203
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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-20230926023021-d4830c9bfa49 + github.com/matrix-org/gomatrixserverlib v0.0.0-20230926165653-79fcff283fc4 github.com/matrix-org/pinecone v0.11.1-0.20230810010612-ea4c33717fd7 github.com/matrix-org/util v0.0.0-20221111132719-399730281e66 github.com/mattn/go-sqlite3 v1.14.17 |