diff options
author | Kegan Dougal <kegan@matrix.org> | 2020-05-18 15:51:49 +0100 |
---|---|---|
committer | Kegan Dougal <kegan@matrix.org> | 2020-05-18 15:51:49 +0100 |
commit | 5c221f065565a995f1f21be48f96e2ebf69473ec (patch) | |
tree | 2da04e7b2f798cbb230ced3d8d10dde250132400 /cmd/dendritejs | |
parent | dce4f436f77b71155483a47a6ad14da5c0ae5d6a (diff) |
Latest go-http-js-libp2p
Diffstat (limited to 'cmd/dendritejs')
-rw-r--r-- | cmd/dendritejs/main.go | 2 | ||||
-rw-r--r-- | cmd/dendritejs/publicrooms.go | 2 |
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 { |