diff options
Diffstat (limited to 'plugin/etcd/stub_handler.go')
-rw-r--r-- | plugin/etcd/stub_handler.go | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/plugin/etcd/stub_handler.go b/plugin/etcd/stub_handler.go index 6f1e7750e..637d2891a 100644 --- a/plugin/etcd/stub_handler.go +++ b/plugin/etcd/stub_handler.go @@ -6,8 +6,9 @@ import ( "github.com/coredns/coredns/plugin/pkg/log" "github.com/coredns/coredns/request" + "context" + "github.com/miekg/dns" - "golang.org/x/net/context" ) // Stub wraps an Etcd. We have this type so that it can have a ServeDNS method. |