diff options
Diffstat (limited to 'middleware/etcd/stub_handler.go')
-rw-r--r-- | middleware/etcd/stub_handler.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/middleware/etcd/stub_handler.go b/middleware/etcd/stub_handler.go index b5120041a..a6b752177 100644 --- a/middleware/etcd/stub_handler.go +++ b/middleware/etcd/stub_handler.go @@ -4,7 +4,7 @@ import ( "errors" "log" - "github.com/miekg/coredns/request" + "github.com/coredns/coredns/request" "github.com/miekg/dns" "golang.org/x/net/context" |