diff options
Diffstat (limited to 'plugin/autopath/autopath.go')
-rw-r--r-- | plugin/autopath/autopath.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugin/autopath/autopath.go b/plugin/autopath/autopath.go index d2c00b7b5..693f09e47 100644 --- a/plugin/autopath/autopath.go +++ b/plugin/autopath/autopath.go @@ -32,13 +32,13 @@ func (m Plugins ) AutoPath(state request.Request) []string { package autopath import ( + "context" + "github.com/coredns/coredns/plugin" "github.com/coredns/coredns/plugin/pkg/dnsutil" "github.com/coredns/coredns/plugin/pkg/nonwriter" "github.com/coredns/coredns/request" - "context" - "github.com/miekg/dns" ) |