diff options
author | Till <2353100+S7evinK@users.noreply.github.com> | 2023-07-07 22:00:10 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-07-07 22:00:10 +0200 |
commit | 74a5ab6c2465b6fbd736ea2e4beb149fa06fc850 (patch) | |
tree | 60e5c35610a2b48bfb1a84cf7760669d761c2251 /go.mod | |
parent | eb9e90379d9f19b1b4192248cbf4931874324857 (diff) |
Fix issues reported by Sentry (#3143)
This should fix a few issues reported by Sentry
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-20230707180038-35f734f7406a + github.com/matrix-org/gomatrixserverlib v0.0.0-20230707183936-226d2080393a github.com/matrix-org/pinecone v0.11.1-0.20230210171230-8c3b24f2649a github.com/matrix-org/util v0.0.0-20221111132719-399730281e66 github.com/mattn/go-sqlite3 v1.14.17 |