summaryrefslogtreecommitdiffstats
path: root/src/go/collectors/go.d.plugin/agent/discovery/config.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/go/collectors/go.d.plugin/agent/discovery/config.go')
-rw-r--r--src/go/collectors/go.d.plugin/agent/discovery/config.go6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/go/collectors/go.d.plugin/agent/discovery/config.go b/src/go/collectors/go.d.plugin/agent/discovery/config.go
index d19770d351..1f4e9d10af 100644
--- a/src/go/collectors/go.d.plugin/agent/discovery/config.go
+++ b/src/go/collectors/go.d.plugin/agent/discovery/config.go
@@ -5,9 +5,9 @@ package discovery
import (
"errors"
- "github.com/netdata/go.d.plugin/agent/confgroup"
- "github.com/netdata/go.d.plugin/agent/discovery/dummy"
- "github.com/netdata/go.d.plugin/agent/discovery/file"
+ "github.com/netdata/netdata/go/go.d.plugin/agent/confgroup"
+ "github.com/netdata/netdata/go/go.d.plugin/agent/discovery/dummy"
+ "github.com/netdata/netdata/go/go.d.plugin/agent/discovery/file"
)
type Config struct {