aboutsummaryrefslogtreecommitdiff
path: root/plugin/pprof
diff options
context:
space:
mode:
Diffstat (limited to 'plugin/pprof')
-rw-r--r--plugin/pprof/setup.go3
-rw-r--r--plugin/pprof/setup_test.go2
2 files changed, 2 insertions, 3 deletions
diff --git a/plugin/pprof/setup.go b/plugin/pprof/setup.go
index a9b93673c..6eba18a2a 100644
--- a/plugin/pprof/setup.go
+++ b/plugin/pprof/setup.go
@@ -4,10 +4,9 @@ import (
"net"
"strconv"
+ "github.com/coredns/caddy"
"github.com/coredns/coredns/plugin"
clog "github.com/coredns/coredns/plugin/pkg/log"
-
- "github.com/caddyserver/caddy"
)
var log = clog.NewWithPlugin("pprof")
diff --git a/plugin/pprof/setup_test.go b/plugin/pprof/setup_test.go
index 9c9fafec4..500a400d0 100644
--- a/plugin/pprof/setup_test.go
+++ b/plugin/pprof/setup_test.go
@@ -3,7 +3,7 @@ package pprof
import (
"testing"
- "github.com/caddyserver/caddy"
+ "github.com/coredns/caddy"
)
func TestPProf(t *testing.T) {