aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorMatthew Hodgson <matthew@matrix.org>2020-09-27 22:23:42 +0100
committerMatthew Hodgson <matthew@matrix.org>2020-09-27 22:23:42 +0100
commit5bbe73747c8fea387c97c79de3917e61b487c646 (patch)
tree8aa2a7e5356f3b0bd14ab5e8415108b89f666c24 /go.mod
parent63af00d5d5715ade0276fe3f4ff8b406689b30f4 (diff)
unbreak CORS on /capabilities.
fixes https://github.com/vector-im/element-web/issues/15297
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod2
1 files changed, 2 insertions, 0 deletions
diff --git a/go.mod b/go.mod
index ca0c2710..d60fe235 100644
--- a/go.mod
+++ b/go.mod
@@ -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