summaryrefslogtreecommitdiff
path: root/container/plugins.go
diff options
context:
space:
mode:
authorValery Piashchynski <[email protected]>2022-08-03 17:20:42 +0200
committerValery Piashchynski <[email protected]>2022-08-03 17:20:42 +0200
commit203c0f388b02d2a9aedb0cb19d89970af5e5fdcb (patch)
treeed875d8903c809f439478c24667068930a4ad2c6 /container/plugins.go
parentf85dd414a6425f390445f817eb40671d51ff2645 (diff)
ci: go1.19
remove new_relic middleware Signed-off-by: Valery Piashchynski <[email protected]>
Diffstat (limited to 'container/plugins.go')
-rw-r--r--container/plugins.go2
1 files changed, 0 insertions, 2 deletions
diff --git a/container/plugins.go b/container/plugins.go
index 3ee8cdc7..dd2b7f0c 100644
--- a/container/plugins.go
+++ b/container/plugins.go
@@ -17,7 +17,6 @@ import (
"github.com/roadrunner-server/memory/v2"
"github.com/roadrunner-server/metrics/v2"
"github.com/roadrunner-server/nats/v2"
- newrelic "github.com/roadrunner-server/new_relic/v2"
rrOtel "github.com/roadrunner-server/otel/v2"
"github.com/roadrunner-server/prometheus/v2"
proxyIP "github.com/roadrunner-server/proxy_ip_parser/v2"
@@ -71,7 +70,6 @@ func Plugins() []interface{} { //nolint:funlen
// http server plugin with middleware
&httpPlugin.Plugin{},
- &newrelic.Plugin{},
&static.Plugin{},
&headers.Plugin{},
&status.Plugin{},