summaryrefslogtreecommitdiffstats
path: root/src/go/collectors/go.d.plugin/agent/setup_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/go/collectors/go.d.plugin/agent/setup_test.go')
-rw-r--r--src/go/collectors/go.d.plugin/agent/setup_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/go/collectors/go.d.plugin/agent/setup_test.go b/src/go/collectors/go.d.plugin/agent/setup_test.go
index a98c40ba48..36ec682737 100644
--- a/src/go/collectors/go.d.plugin/agent/setup_test.go
+++ b/src/go/collectors/go.d.plugin/agent/setup_test.go
@@ -5,7 +5,7 @@ package agent
import (
"testing"
- "github.com/netdata/go.d.plugin/agent/module"
+ "github.com/netdata/netdata/go/go.d.plugin/agent/module"
"github.com/stretchr/testify/assert"
"github.com/stretchr/testify/require"