Latest go-http-js-libp2p

This commit is contained in:
Kegan Dougal 2020-05-18 15:51:49 +01:00
parent dce4f436f7
commit 5c221f0655
4 changed files with 14 additions and 5 deletions

View file

@ -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"

View file

@ -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 {