From 5bbe73747c8fea387c97c79de3917e61b487c646 Mon Sep 17 00:00:00 2001 From: Matthew Hodgson Date: Sun, 27 Sep 2020 22:23:42 +0100 Subject: unbreak CORS on /capabilities. fixes https://github.com/vector-im/element-web/issues/15297 --- go.mod | 2 ++ 1 file changed, 2 insertions(+) (limited to 'go.mod') 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 -- cgit v1.2.3