diff options
Diffstat (limited to 'plugin/metrics/handler.go')
-rw-r--r-- | plugin/metrics/handler.go | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/plugin/metrics/handler.go b/plugin/metrics/handler.go index 1c9517bac..6d11d5cb8 100644 --- a/plugin/metrics/handler.go +++ b/plugin/metrics/handler.go @@ -7,8 +7,9 @@ import ( "github.com/coredns/coredns/plugin/pkg/rcode" "github.com/coredns/coredns/request" + "context" + "github.com/miekg/dns" - "golang.org/x/net/context" ) // ServeDNS implements the Handler interface. |