summaryrefslogtreecommitdiff
path: root/container/plugins.go
diff options
context:
space:
mode:
authorValery Piashchynski <[email protected]>2022-08-06 00:54:06 +0200
committerValery Piashchynski <[email protected]>2022-08-06 00:54:06 +0200
commitc92a4921f042731c789c3fd36b52eb5286140ca0 (patch)
tree9a3fc81440c3e1ae3830f7139ea84ee148d786ce /container/plugins.go
parent5239078fd1fd8ad9e0b8933d389ebf71cf283f9b (diff)
release: v2.11.0-beta.3
Signed-off-by: Valery Piashchynski <[email protected]>
Diffstat (limited to 'container/plugins.go')
-rw-r--r--container/plugins.go4
1 files changed, 3 insertions, 1 deletions
diff --git a/container/plugins.go b/container/plugins.go
index dd2b7f0c..32967669 100644
--- a/container/plugins.go
+++ b/container/plugins.go
@@ -1,11 +1,11 @@
package container
import (
+ cache "github.com/darkweak/souin/plugins/roadrunner"
"github.com/roadrunner-server/amqp/v2"
"github.com/roadrunner-server/beanstalk/v2"
"github.com/roadrunner-server/boltdb/v2"
"github.com/roadrunner-server/broadcast/v2"
- "github.com/roadrunner-server/cache/v2"
"github.com/roadrunner-server/fileserver/v2"
grpcPlugin "github.com/roadrunner-server/grpc/v2"
"github.com/roadrunner-server/gzip/v2"
@@ -13,6 +13,7 @@ import (
httpPlugin "github.com/roadrunner-server/http/v2"
"github.com/roadrunner-server/informer/v2"
"github.com/roadrunner-server/jobs/v2"
+ "github.com/roadrunner-server/kafka/v2"
"github.com/roadrunner-server/logger/v2"
"github.com/roadrunner-server/memory/v2"
"github.com/roadrunner-server/metrics/v2"
@@ -66,6 +67,7 @@ func Plugins() []interface{} { //nolint:funlen
&sqs.Plugin{},
&nats.Plugin{},
&beanstalk.Plugin{},
+ &kafka.Plugin{},
// =========
// http server plugin with middleware