diff options
author | Neil Alexander <neilalexander@users.noreply.github.com> | 2020-04-22 15:26:56 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-22 15:26:56 +0100 |
commit | c30b12b5a1deea21e54d4718ca11a3b6366c443d (patch) | |
tree | ceee50f37686f48497785c8e4a4696713434ca20 /eduserver | |
parent | 423c656146579daac1e6739ef05b4b79f4c5b611 (diff) |
Fix sarama import URLs (#856)
* Fix sarama import URLs
* Update gomatrixserverlib
* Update naffka
* Update naffka
* Update in kafka-producer
Diffstat (limited to 'eduserver')
-rw-r--r-- | eduserver/input/input.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/eduserver/input/input.go b/eduserver/input/input.go index 84590945..6a4a4bb4 100644 --- a/eduserver/input/input.go +++ b/eduserver/input/input.go @@ -18,12 +18,12 @@ import ( "net/http" "time" + "github.com/Shopify/sarama" "github.com/matrix-org/dendrite/common" "github.com/matrix-org/dendrite/eduserver/api" "github.com/matrix-org/dendrite/eduserver/cache" "github.com/matrix-org/gomatrixserverlib" "github.com/matrix-org/util" - "gopkg.in/Shopify/sarama.v1" ) // EDUServerInputAPI implements api.EDUServerInputAPI |