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