diff options
author | Matthew Hodgson <matthew@matrix.org> | 2020-09-27 22:23:42 +0100 |
---|---|---|
committer | Matthew Hodgson <matthew@matrix.org> | 2020-09-27 22:23:42 +0100 |
commit | 5bbe73747c8fea387c97c79de3917e61b487c646 (patch) | |
tree | 8aa2a7e5356f3b0bd14ab5e8415108b89f666c24 /go.mod | |
parent | 63af00d5d5715ade0276fe3f4ff8b406689b30f4 (diff) |
unbreak CORS on /capabilities.
fixes https://github.com/vector-im/element-web/issues/15297
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1,5 +1,7 @@ module github.com/matrix-org/dendrite +replace github.com/matrix-org/gomatrixserverlib => ../gomatrixserverlib + require ( github.com/DATA-DOG/go-sqlmock v1.5.0 github.com/Shopify/sarama v1.27.0 |