summaryrefslogtreecommitdiffstats
path: root/src/go/collectors/go.d.plugin/agent/confgroup/group.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/go/collectors/go.d.plugin/agent/confgroup/group.go')
-rw-r--r--src/go/collectors/go.d.plugin/agent/confgroup/group.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/go/collectors/go.d.plugin/agent/confgroup/group.go b/src/go/collectors/go.d.plugin/agent/confgroup/group.go
index 649a145d7a..21f8fcb6f7 100644
--- a/src/go/collectors/go.d.plugin/agent/confgroup/group.go
+++ b/src/go/collectors/go.d.plugin/agent/confgroup/group.go
@@ -8,8 +8,8 @@ import (
"regexp"
"strings"
- "github.com/netdata/go.d.plugin/agent/hostinfo"
- "github.com/netdata/go.d.plugin/agent/module"
+ "github.com/netdata/netdata/go/go.d.plugin/agent/hostinfo"
+ "github.com/netdata/netdata/go/go.d.plugin/agent/module"
"github.com/ilyam8/hashstructure"
)