diff options
author | Valery Piashchynski <[email protected]> | 2022-08-07 13:04:31 +0200 |
---|---|---|
committer | Valery Piashchynski <[email protected]> | 2022-08-07 13:04:31 +0200 |
commit | a242b0a2477c7e237378211095565d18debe72cd (patch) | |
tree | 7d9a69c47f80cb6d1c0e358c0c7f5f2650fd0fa3 /container/plugins.go | |
parent | ab5442d29e4c8b298f74fa349a25d6993c80fdbc (diff) |
add new plugins to the bundle
Signed-off-by: Valery Piashchynski <[email protected]>
Diffstat (limited to 'container/plugins.go')
-rw-r--r-- | container/plugins.go | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/container/plugins.go b/container/plugins.go index 69b87ee3..7d1d9575 100644 --- a/container/plugins.go +++ b/container/plugins.go @@ -67,6 +67,7 @@ func Plugins() []interface{} { //nolint:funlen &sqs.Plugin{}, &nats.Plugin{}, &beanstalk.Plugin{}, + // new in 2.11 &kafka.Plugin{}, // ========= @@ -77,7 +78,9 @@ func Plugins() []interface{} { //nolint:funlen &status.Plugin{}, &gzip.Plugin{}, &prometheus.Plugin{}, + // third-party-- &cache.Plugin{}, + // -- &send.Plugin{}, &proxyIP.Plugin{}, &fileserver.Plugin{}, |