aboutsummaryrefslogtreecommitdiff
path: root/plugin/root
diff options
context:
space:
mode:
Diffstat (limited to 'plugin/root')
-rw-r--r--plugin/root/root.go2
-rw-r--r--plugin/root/root_test.go2
2 files changed, 2 insertions, 2 deletions
diff --git a/plugin/root/root.go b/plugin/root/root.go
index 6b73cfb27..15cc45626 100644
--- a/plugin/root/root.go
+++ b/plugin/root/root.go
@@ -7,7 +7,7 @@ import (
"github.com/coredns/coredns/plugin"
clog "github.com/coredns/coredns/plugin/pkg/log"
- "github.com/mholt/caddy"
+ "github.com/caddyserver/caddy"
)
var log = clog.NewWithPlugin("root")
diff --git a/plugin/root/root_test.go b/plugin/root/root_test.go
index 3b4a4df04..3f2a786c0 100644
--- a/plugin/root/root_test.go
+++ b/plugin/root/root_test.go
@@ -10,7 +10,7 @@ import (
"github.com/coredns/coredns/core/dnsserver"
- "github.com/mholt/caddy"
+ "github.com/caddyserver/caddy"
)
func TestRoot(t *testing.T) {