summaryrefslogtreecommitdiffstats
path: root/src/go/collectors/go.d.plugin/modules/apache/collect.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/go/collectors/go.d.plugin/modules/apache/collect.go')
-rw-r--r--src/go/collectors/go.d.plugin/modules/apache/collect.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/go/collectors/go.d.plugin/modules/apache/collect.go b/src/go/collectors/go.d.plugin/modules/apache/collect.go
index 5e9a6048cc..52bad9fdaa 100644
--- a/src/go/collectors/go.d.plugin/modules/apache/collect.go
+++ b/src/go/collectors/go.d.plugin/modules/apache/collect.go
@@ -10,8 +10,8 @@ import (
"strconv"
"strings"
- "github.com/netdata/go.d.plugin/pkg/stm"
- "github.com/netdata/go.d.plugin/pkg/web"
+ "github.com/netdata/netdata/go/go.d.plugin/pkg/stm"
+ "github.com/netdata/netdata/go/go.d.plugin/pkg/web"
)
func (a *Apache) collect() (map[string]int64, error) {