aboutsummaryrefslogtreecommitdiff
path: root/plugin/forward/lookup.go
diff options
context:
space:
mode:
Diffstat (limited to 'plugin/forward/lookup.go')
-rw-r--r--plugin/forward/lookup.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugin/forward/lookup.go b/plugin/forward/lookup.go
index b3aa41984..a10d3004e 100644
--- a/plugin/forward/lookup.go
+++ b/plugin/forward/lookup.go
@@ -5,10 +5,10 @@
package forward
import (
- "github.com/coredns/coredns/request"
-
"context"
+ "github.com/coredns/coredns/request"
+
"github.com/miekg/dns"
)