aboutsummaryrefslogtreecommitdiff
path: root/plugin/metrics/handler.go
diff options
context:
space:
mode:
Diffstat (limited to 'plugin/metrics/handler.go')
-rw-r--r--plugin/metrics/handler.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugin/metrics/handler.go b/plugin/metrics/handler.go
index 6d11d5cb8..71132c274 100644
--- a/plugin/metrics/handler.go
+++ b/plugin/metrics/handler.go
@@ -1,14 +1,14 @@
package metrics
import (
+ "context"
+
"github.com/coredns/coredns/plugin"
"github.com/coredns/coredns/plugin/metrics/vars"
"github.com/coredns/coredns/plugin/pkg/dnstest"
"github.com/coredns/coredns/plugin/pkg/rcode"
"github.com/coredns/coredns/request"
- "context"
-
"github.com/miekg/dns"
)