aboutsummaryrefslogtreecommitdiff
path: root/middleware/etcd/etcd.go
diff options
context:
space:
mode:
Diffstat (limited to 'middleware/etcd/etcd.go')
-rw-r--r--middleware/etcd/etcd.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/middleware/etcd/etcd.go b/middleware/etcd/etcd.go
index 54346225b..87a82e8cb 100644
--- a/middleware/etcd/etcd.go
+++ b/middleware/etcd/etcd.go
@@ -10,7 +10,7 @@ import (
"github.com/miekg/coredns/middleware"
"github.com/miekg/coredns/middleware/etcd/msg"
"github.com/miekg/coredns/middleware/proxy"
- "github.com/miekg/coredns/middleware/singleflight"
+ "github.com/miekg/coredns/singleflight"
etcdc "github.com/coreos/etcd/client"
"golang.org/x/net/context"