aboutsummaryrefslogtreecommitdiff
path: root/plugin/hosts/hosts.go
diff options
context:
space:
mode:
Diffstat (limited to 'plugin/hosts/hosts.go')
-rw-r--r--plugin/hosts/hosts.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugin/hosts/hosts.go b/plugin/hosts/hosts.go
index 9385f2c37..74b6cfe31 100644
--- a/plugin/hosts/hosts.go
+++ b/plugin/hosts/hosts.go
@@ -1,14 +1,14 @@
package hosts
import (
- "net"
-
"context"
+ "net"
"github.com/coredns/coredns/plugin"
"github.com/coredns/coredns/plugin/pkg/dnsutil"
"github.com/coredns/coredns/plugin/pkg/fall"
"github.com/coredns/coredns/request"
+
"github.com/miekg/dns"
)