diff options
Diffstat (limited to 'plugin/etcd/stub_handler.go')
-rw-r--r-- | plugin/etcd/stub_handler.go | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/plugin/etcd/stub_handler.go b/plugin/etcd/stub_handler.go index 637d2891a..92a0103c5 100644 --- a/plugin/etcd/stub_handler.go +++ b/plugin/etcd/stub_handler.go @@ -1,13 +1,12 @@ package etcd import ( + "context" "errors" "github.com/coredns/coredns/plugin/pkg/log" "github.com/coredns/coredns/request" - "context" - "github.com/miekg/dns" ) |