aboutsummaryrefslogtreecommitdiff
path: root/plugin/root
diff options
context:
space:
mode:
Diffstat (limited to 'plugin/root')
-rw-r--r--plugin/root/root.go3
-rw-r--r--plugin/root/root_test.go3
2 files changed, 2 insertions, 4 deletions
diff --git a/plugin/root/root.go b/plugin/root/root.go
index 66177a6bd..b8bdf94b7 100644
--- a/plugin/root/root.go
+++ b/plugin/root/root.go
@@ -3,11 +3,10 @@ package root
import (
"os"
+ "github.com/coredns/caddy"
"github.com/coredns/coredns/core/dnsserver"
"github.com/coredns/coredns/plugin"
clog "github.com/coredns/coredns/plugin/pkg/log"
-
- "github.com/caddyserver/caddy"
)
var log = clog.NewWithPlugin("root")
diff --git a/plugin/root/root_test.go b/plugin/root/root_test.go
index 3f2a786c0..dde1ae6b7 100644
--- a/plugin/root/root_test.go
+++ b/plugin/root/root_test.go
@@ -8,9 +8,8 @@ import (
"strings"
"testing"
+ "github.com/coredns/caddy"
"github.com/coredns/coredns/core/dnsserver"
-
- "github.com/caddyserver/caddy"
)
func TestRoot(t *testing.T) {