diff options
Diffstat (limited to 'container/plugins.go')
-rw-r--r-- | container/plugins.go | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/container/plugins.go b/container/plugins.go index 8f382c61..3ee8cdc7 100644 --- a/container/plugins.go +++ b/container/plugins.go @@ -1,5 +1,3 @@ -//go:build !windows - package container import ( @@ -15,7 +13,6 @@ 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" @@ -70,7 +67,6 @@ func Plugins() []interface{} { //nolint:funlen &sqs.Plugin{}, &nats.Plugin{}, &beanstalk.Plugin{}, - &kafka.Plugin{}, // ========= // http server plugin with middleware |