diff options
author | Till Faelligen <2353100+S7evinK@users.noreply.github.com> | 2023-11-25 19:12:21 +0100 |
---|---|---|
committer | Till Faelligen <2353100+S7evinK@users.noreply.github.com> | 2023-11-25 19:12:21 +0100 |
commit | 210bce9938c858425c9e1db586cf3aaea235182a (patch) | |
tree | 10d7097f5f451e6934d67595ce66d06f00459de3 /go.mod | |
parent | 4f943771fa9c26f5f2a0d17f5c477a3c9b704b6e (diff) |
Update GMSL to avoid logging unnecessary messages
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-20231024124730-58af9a2712ca + github.com/matrix-org/gomatrixserverlib v0.0.0-20231122130434-2beadf141c98 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 |