aboutsummaryrefslogtreecommitdiff
path: root/roomserver
diff options
context:
space:
mode:
authorNeil Alexander <neilalexander@users.noreply.github.com>2020-04-22 15:26:56 +0100
committerGitHub <noreply@github.com>2020-04-22 15:26:56 +0100
commitc30b12b5a1deea21e54d4718ca11a3b6366c443d (patch)
treeceee50f37686f48497785c8e4a4696713434ca20 /roomserver
parent423c656146579daac1e6739ef05b4b79f4c5b611 (diff)
Fix sarama import URLs (#856)
* Fix sarama import URLs * Update gomatrixserverlib * Update naffka * Update naffka * Update in kafka-producer
Diffstat (limited to 'roomserver')
-rw-r--r--roomserver/input/input.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/roomserver/input/input.go b/roomserver/input/input.go
index bd029d8d..3b519ecb 100644
--- a/roomserver/input/input.go
+++ b/roomserver/input/input.go
@@ -21,10 +21,10 @@ import (
"net/http"
"sync"
+ "github.com/Shopify/sarama"
"github.com/matrix-org/dendrite/common"
"github.com/matrix-org/dendrite/roomserver/api"
"github.com/matrix-org/util"
- sarama "gopkg.in/Shopify/sarama.v1"
)
// RoomserverInputAPI implements api.RoomserverInputAPI