diff options
author | Neil Alexander <neilalexander@users.noreply.github.com> | 2020-04-16 17:59:55 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-16 17:59:55 +0100 |
commit | 3c2e6f967b44d895e2145d91b2f3414c9451f181 (patch) | |
tree | a6370aada43c3efe3c1d778026209aa7473ecc88 /go.mod | |
parent | 3110a819960dec0b4c1b70474186b7e40a2be59a (diff) |
Federation fixes and error handling (#970)
* Improve error handling in federation /send endpoint a bit
* Remove unknownRoomError, use unmarshalError when unable to get room ID
* Swap out a couple more internal server errors
* Update gomatrixserverlib
* Update gomatrixserverlib
* Update gomatrixserverlib
* Update gomatrixserverlib
* Update gomatrixserverlib
* Update gomatrixserverlib
* Return bad limit in error
* Same with domain/userid
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -17,7 +17,7 @@ require ( github.com/matrix-org/go-http-js-libp2p v0.0.0-20200318135427-31631a9ef51f github.com/matrix-org/go-sqlite3-js v0.0.0-20200325174927-327088cdef10 github.com/matrix-org/gomatrix v0.0.0-20190528120928-7df988a63f26 - github.com/matrix-org/gomatrixserverlib v0.0.0-20200416113012-dafb32a889ea + github.com/matrix-org/gomatrixserverlib v0.0.0-20200416165239-837ed63a0046 github.com/matrix-org/naffka v0.0.0-20200127221512-0716baaabaf1 github.com/matrix-org/util v0.0.0-20190711121626-527ce5ddefc7 github.com/mattn/go-sqlite3 v2.0.3+incompatible @@ -27,7 +27,6 @@ require ( github.com/pierrec/lz4 v2.5.0+incompatible // indirect github.com/pkg/errors v0.9.1 github.com/prometheus/client_golang v1.4.1 - github.com/prometheus/common v0.9.1 github.com/rcrowley/go-metrics v0.0.0-20200313005456-10cdbea86bc0 // indirect github.com/sirupsen/logrus v1.4.2 github.com/tidwall/gjson v1.6.0 // indirect |