summaryrefslogtreecommitdiffstats
path: root/src/go/collectors/go.d.plugin/agent/discovery/sd/pipeline/pipeline.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/go/collectors/go.d.plugin/agent/discovery/sd/pipeline/pipeline.go')
-rw-r--r--src/go/collectors/go.d.plugin/agent/discovery/sd/pipeline/pipeline.go10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/go/collectors/go.d.plugin/agent/discovery/sd/pipeline/pipeline.go b/src/go/collectors/go.d.plugin/agent/discovery/sd/pipeline/pipeline.go
index 1a1eb69f94..c5b609c21e 100644
--- a/src/go/collectors/go.d.plugin/agent/discovery/sd/pipeline/pipeline.go
+++ b/src/go/collectors/go.d.plugin/agent/discovery/sd/pipeline/pipeline.go
@@ -7,11 +7,11 @@ import (
"log/slog"
"time"
- "github.com/netdata/go.d.plugin/agent/confgroup"
- "github.com/netdata/go.d.plugin/agent/discovery/sd/hostsocket"
- "github.com/netdata/go.d.plugin/agent/discovery/sd/kubernetes"
- "github.com/netdata/go.d.plugin/agent/discovery/sd/model"
- "github.com/netdata/go.d.plugin/logger"
+ "github.com/netdata/netdata/go/go.d.plugin/agent/confgroup"
+ "github.com/netdata/netdata/go/go.d.plugin/agent/discovery/sd/hostsocket"
+ "github.com/netdata/netdata/go/go.d.plugin/agent/discovery/sd/kubernetes"
+ "github.com/netdata/netdata/go/go.d.plugin/agent/discovery/sd/model"
+ "github.com/netdata/netdata/go/go.d.plugin/logger"
)
func New(cfg Config) (*Pipeline, error) {