aboutsummaryrefslogtreecommitdiff
path: root/cmd/dendritejs/main.go
diff options
context:
space:
mode:
authorKegan Dougal <kegan@matrix.org>2020-05-18 15:51:49 +0100
committerKegan Dougal <kegan@matrix.org>2020-05-18 15:51:49 +0100
commit5c221f065565a995f1f21be48f96e2ebf69473ec (patch)
tree2da04e7b2f798cbb230ced3d8d10dde250132400 /cmd/dendritejs/main.go
parentdce4f436f77b71155483a47a6ad14da5c0ae5d6a (diff)
Latest go-http-js-libp2p
Diffstat (limited to 'cmd/dendritejs/main.go')
-rw-r--r--cmd/dendritejs/main.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/dendritejs/main.go b/cmd/dendritejs/main.go
index 75fe2361..44f3b5c4 100644
--- a/cmd/dendritejs/main.go
+++ b/cmd/dendritejs/main.go
@@ -37,7 +37,7 @@ import (
"github.com/matrix-org/dendrite/publicroomsapi/storage"
"github.com/matrix-org/dendrite/roomserver"
"github.com/matrix-org/dendrite/syncapi"
- "github.com/matrix-org/go-http-js-libp2p/go_http_js_libp2p"
+ go_http_js_libp2p "github.com/matrix-org/go-http-js-libp2p"
"github.com/matrix-org/gomatrixserverlib"
"github.com/sirupsen/logrus"