aboutsummaryrefslogtreecommitdiff
path: root/plugin/autopath/setup.go
diff options
context:
space:
mode:
Diffstat (limited to 'plugin/autopath/setup.go')
-rw-r--r--plugin/autopath/setup.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugin/autopath/setup.go b/plugin/autopath/setup.go
index a22105f7d..39beef770 100644
--- a/plugin/autopath/setup.go
+++ b/plugin/autopath/setup.go
@@ -3,10 +3,10 @@ package autopath
import (
"fmt"
+ "github.com/coredns/caddy"
"github.com/coredns/coredns/core/dnsserver"
"github.com/coredns/coredns/plugin"
- "github.com/caddyserver/caddy"
"github.com/miekg/dns"
)