diff options
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 { |