summaryrefslogtreecommitdiffstats
path: root/src/go/collectors/go.d.plugin/agent/jobmgr/di.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/go/collectors/go.d.plugin/agent/jobmgr/di.go')
-rw-r--r--src/go/collectors/go.d.plugin/agent/jobmgr/di.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/go/collectors/go.d.plugin/agent/jobmgr/di.go b/src/go/collectors/go.d.plugin/agent/jobmgr/di.go
index fa567b2ce3..746ef8588e 100644
--- a/src/go/collectors/go.d.plugin/agent/jobmgr/di.go
+++ b/src/go/collectors/go.d.plugin/agent/jobmgr/di.go
@@ -3,8 +3,8 @@
package jobmgr
import (
- "github.com/netdata/go.d.plugin/agent/confgroup"
- "github.com/netdata/go.d.plugin/agent/vnodes"
+ "github.com/netdata/netdata/go/go.d.plugin/agent/confgroup"
+ "github.com/netdata/netdata/go/go.d.plugin/agent/vnodes"
)
type FileLocker interface {