aboutsummaryrefslogtreecommitdiff
path: root/cmd/dendritejs
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
parentdce4f436f77b71155483a47a6ad14da5c0ae5d6a (diff)
Latest go-http-js-libp2p
Diffstat (limited to 'cmd/dendritejs')
-rw-r--r--cmd/dendritejs/main.go2
-rw-r--r--cmd/dendritejs/publicrooms.go2
2 files changed, 2 insertions, 2 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"
diff --git a/cmd/dendritejs/publicrooms.go b/cmd/dendritejs/publicrooms.go
index 17822e7a..5246cf53 100644
--- a/cmd/dendritejs/publicrooms.go
+++ b/cmd/dendritejs/publicrooms.go
@@ -17,7 +17,7 @@
package main
import (
- "github.com/matrix-org/go-http-js-libp2p/go_http_js_libp2p"
+ go_http_js_libp2p "github.com/matrix-org/go-http-js-libp2p"
)
type libp2pPublicRoomsProvider struct {